aboutsummaryrefslogtreecommitdiff
path: root/misc/mc/files/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'misc/mc/files/patch-ai')
-rw-r--r--misc/mc/files/patch-ai21
1 files changed, 10 insertions, 11 deletions
diff --git a/misc/mc/files/patch-ai b/misc/mc/files/patch-ai
index b0147eb27d03..d18927146f8e 100644
--- a/misc/mc/files/patch-ai
+++ b/misc/mc/files/patch-ai
@@ -1,11 +1,10 @@
---- vfs/extfs/uzip.in Wed Sep 29 16:39:35 1999
-+++ vfs/extfs/uzip.in.new Fri Dec 3 22:17:45 1999
-@@ -7,7 +7,7 @@
- #
- #
-
--DZIP=/usr/bin
-+DZIP=@prefix@/bin
- XZIP="$DZIP/zip -g"
- XDZIP="$DZIP/zip -d"
- XUNZIP="$DZIP/unzip"
+--- vfs/extfs/uzip.orig Wed Mar 7 18:34:21 2001
++++ vfs/extfs/uzip Fri Apr 20 12:42:02 2001
+@@ -17,5 +17,5 @@
+ # Location of the zip program
+-my $app_zip = '/usr/bin/zip';
++my $app_zip = '/usr/local/bin/zip';
+ # Location of the unzip program
+-my $app_unzip = '/usr/bin/unzip';
++my $app_unzip = '/usr/local/bin/unzip';
+ # Set this to 1 if zipinfo (unzip -Z) is to be used (recommended), otherwise 0.