components/foomatic/db-engine/patches/00-foomatic-kitload.in.patch
changeset 335 223d5bf98b72
child 6720 4bf7e80e4d8e
equal deleted inserted replaced
334:38c78ad8b01e 335:223d5bf98b72
       
     1 *** a/foomatic-kitload.in.orig	Mon Oct 27 15:58:18 2008
       
     2 --- b/foomatic-kitload.in		Mon Oct 27 15:59:18 2008
       
     3 ***************
       
     4 *** 54,60 ****
       
     5   $ENV{'LANG'} = "C";
       
     6   
       
     7   # Copy the files
       
     8 ! my $retval = system("( cd $dir ; tar cf - --exclude CVS . ) | tar xv${dontoverwrite}Cf $destdir$libdir/db/source - 2> $destdir$libdir/kitload2.log | tee $destdir$libdir/kitload.log");
       
     9   #$retval = $retval / 256;
       
    10   #if ($retval) {
       
    11   #    die "Error copying files to $destdir$libdir/db/source: $?";
       
    12 --- 54,60 ----
       
    13   $ENV{'LANG'} = "C";
       
    14   
       
    15   # Copy the files
       
    16 ! my $retval = system("( cd $dir ; /usr/bin/gtar cf - --exclude CVS . ) | /usr/bin/gtar xv${dontoverwrite}Cf $destdir$libdir/db/source - 2> $destdir$libdir/kitload2.log | tee $destdir$libdir/kitload.log");
       
    17   #$retval = $retval / 256;
       
    18   #if ($retval) {
       
    19   #    die "Error copying files to $destdir$libdir/db/source: $?";