obsolete git-crypt
[oi-userland.git] / components / foomatic / db-engine / patches / 00-foomatic-kitload.in.patch
blob76aa2c49c3bf1ffa534c15bfb1f236dfa8175535
1 --- foomatic-db-engine-4.0.13/foomatic-kitload.in.orig
2 +++ foomatic-db-engine-4.0.13/foomatic-kitload.in
3 @@ -54,7 +54,7 @@
4 $ENV{'LANG'} = "C";
6 # Copy the files
7 -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");
8 +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");
9 #$retval = $retval / 256;
10 #if ($retval) {
11 # die "Error copying files to $destdir$libdir/db/source: $?";