diff options
author | tv <tv> | 1998-03-24 20:34:52 +0000 |
---|---|---|
committer | tv <tv> | 1998-03-24 20:34:52 +0000 |
commit | d674c89b7f2d9df04031997e6295a11def97953c (patch) | |
tree | 4c5649c9e27e784b087144f4eaf8d1782249129d /archivers/gtar | |
parent | d04cb7772fa14f8adc9c6cd833e402f445fb6452 (diff) | |
download | pkgsrc-d674c89b7f2d9df04031997e6295a11def97953c.tar.gz |
fix for PR 5194 from augustss - no directory in patched file names
Diffstat (limited to 'archivers/gtar')
-rw-r--r-- | archivers/gtar/patches/patch-ab | 8 |
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 |