summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authortv <tv>1998-03-24 20:34:52 +0000
committertv <tv>1998-03-24 20:34:52 +0000
commite46f7cf0953b29c561f1302a904060deae33b9ad (patch)
tree4c5649c9e27e784b087144f4eaf8d1782249129d /archivers
parent2df0f0cf61b7ad33ef3d6464c0bfb9c5d4b408ee (diff)
downloadpkgsrc-e46f7cf0953b29c561f1302a904060deae33b9ad.tar.gz
fix for PR 5194 from augustss - no directory in patched file names
Diffstat (limited to 'archivers')
-rw-r--r--archivers/gtar/patches/patch-ab8
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/gtar/patches/patch-ab b/archivers/gtar/patches/patch-ab
index 7c646e3048d..b2661238a98 100644
--- a/archivers/gtar/patches/patch-ab
+++ b/archivers/gtar/patches/patch-ab
@@ -1,5 +1,5 @@
---- extract.c.orig Tue Apr 22 20:05:57 1997
-+++ extract.c Fri Mar 6 14:33:05 1998
+--- src/extract.c.orig Tue Apr 22 20:05:57 1997
++++ src/extract.c Fri Mar 6 14:33:05 1998
@@ -103,7 +103,7 @@
if (!keep_old_files_option
@@ -58,8 +58,8 @@
/* If we are root, set the owner and group of the extracted file, so we
extract as the original owner. Or else, if we are running as a user,
---- tar.c.orig Fri Apr 25 16:09:49 1997
-+++ tar.c Sat Mar 7 21:43:15 1998
+--- src/tar.c.orig Fri Apr 25 16:09:49 1997
++++ src/tar.c Sat Mar 7 21:43:15 1998
@@ -163,6 +163,7 @@
#define SUFFIX_OPTION 15
#define USE_COMPRESS_PROGRAM_OPTION 16