From e46f7cf0953b29c561f1302a904060deae33b9ad Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 24 Mar 1998 20:34:52 +0000 Subject: fix for PR 5194 from augustss - no directory in patched file names --- archivers/gtar/patches/patch-ab | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'archivers') 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 -- cgit v1.2.3