SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
print/foomatic-db-engine/patches/patch-foomatic-kitload_in
Normal file
11
print/foomatic-db-engine/patches/patch-foomatic-kitload_in
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- foomatic-kitload.in.orig Thu Oct 10 18:16:12 2002
|
||||
+++ foomatic-kitload.in Mon Jun 21 23:55:22 2004
|
||||
@@ -54,7 +54,7 @@ $ENV{'LC_ALL'} = "C";
|
||||
$ENV{'LANG'} = "C";
|
||||
|
||||
# Copy the files
|
||||
-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");
|
||||
+my $retval = system("( cd $dir ; find . \! -path \*CVS\* | pax -rwdv$dontoverwrite $destdir$libdir/db/source ) 2>&1 | tee $destdir$libdir/kitload.log 2> $destdir$libdir/kitload2.log");
|
||||
#$retval = $retval / 256;
|
||||
#if ($retval) {
|
||||
# die "Error copying files to $destdir$libdir/db/source: $?";
|
Loading…
Add table
Add a link
Reference in a new issue