Changeset 1781 in MondoRescue for branches/2.2.5/mindi/mindi-bkphw


Ignore:
Timestamp:
Nov 9, 2007, 9:03:48 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • Do not copy udev files if they do not exist
  • Fix syntax error in bkphw (end)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/mindi-bkphw

    r1777 r1781  
    5555        if ($tool =~ /\/conrep$/) {
    5656            $ret = system("cd $tooldir ; $tool -s -f$bkpdir/conrep.dat");
    57             print SCRIPT "(cd $tooldir ; $tool -l -f$bkpdir/conrep.dat)\n");
     57            print SCRIPT "(cd $tooldir ; $tool -l -f$bkpdir/conrep.dat)\n";
    5858            print TOOLS "$tool.xml\n";
    5959        }
    6060        if ($tool =~ /\/cpqacuxe$/) {
    6161            $ret = system("$tool -c $bkpdir/cpqacuxe.dat");
    62             print SCRIPT "$tool -i $bkpdir/cpqacuxe.dat\n");
     62            print SCRIPT "$tool -i $bkpdir/cpqacuxe.dat\n";
    6363            print TOOLS "$tooldir/bld\n";
    6464        }
     
    6868        }
    6969        if ($tool =~ /\.scexe$/) {
    70             print SCRIPT "$tool\n");
     70            print SCRIPT "$tool\n";
    7171        }
    7272        if ($ret != 0) {
Note: See TracChangeset for help on using the changeset viewer.