Changeset 2256 in MondoRescue


Ignore:
Timestamp:
Jul 5, 2009, 5:11:21 PM (15 years ago)
Author:
Bruno Cornec
Message:

Fix an installation issue in the generation of perl scripts, which should be referred without the build root

File:
1 edited

Legend:

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

    r2245 r2256  
    113113# Generate the list of perl modules needed at restore time for mindi
    114114cat > $conf/perl-scripts << EOF
    115 $local/sbin/mindi-get-perl-modules
    116 $local/sbin/mindi-bkphw
    117 $local/sbin/parted2fdisk.pl
     115$sublocal/sbin/mindi-get-perl-modules
     116$sublocal/sbin/mindi-bkphw
     117$sublocal/sbin/parted2fdisk.pl
    118118EOF
    119119
Note: See TracChangeset for help on using the changeset viewer.