Changeset 3239 in MondoRescue for branches/3.2/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
Location:
branches/3.2/mindi
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/install.sh

    r3220 r3239  
    5555fi
    5656if [ _"$SBINDIR" = _"" ]; then
     57    subsbin=$local/sbin
    5758    SBINDIR=$local/sbin
    5859else
     60    subsbin=$SBINDIR
    5961    SBINDIR=${HEAD}$SBINDIR
    6062fi
     
    98100    install -m 644 $s.8 $MANDIR
    99101    # Generate the list of perl modules needed at restore time for mindi
    100     cat > $conf/perl-scripts << EOF
    101 $SBINDIR/$s
     102    cat >> $conf/perl-scripts << EOF
     103$subsbin/$s
    102104EOF
    103105done
  • 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.