Changeset 3239 in MondoRescue for branches/3.2/mindi/mindi


Ignore:
Timestamp:
Jan 5, 2014, 1:35:28 PM (10 years ago)
Author:
Bruno Cornec
Message:
  • Fix build process for perl modules deps (creation of the perl-scripts file was incorrect with build dir in it, and overwritten)
  • Fix pod2man issue on mondorescue.conf by adding pod content in it which is then processed in the Makefile.PL
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/mindi

    r3231 r3239  
    26412641
    26422642    # Management of perl scripts delivered needed at restore time
    2643     mindi-get-perl-modules `cat $MINDI_CONF/perl-scripts` > $MINDI_TMP/perl.lis
     2643    mindi-get-perl-modules `cat $MINDI_CONF/perl-scripts` /usr/bin/mr-* > $MINDI_TMP/perl.lis
    26442644    tar cf - `cat $MINDI_TMP/perl.lis` 2>> $MINDI_TMP/$$.log | tar xf - || LogIt "ERROR: Problem in perl scripts analysis" $MINDI_TMP/$$.log
    26452645
Note: See TracChangeset for help on using the changeset viewer.