Changeset 3239 in MondoRescue for branches/3.2/mindi/install.sh


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/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
Note: See TracChangeset for help on using the changeset viewer.