unzip/unzip.dif

24 lines
683 B
Plaintext
Raw Normal View History

diff -Nur unzip-5.50.orig/unix/Makefile unzip-5.50/unix/Makefile
--- unzip-5.50.orig/unix/Makefile Sat Feb 16 18:00:38 2002
+++ unzip-5.50/unix/Makefile Mon Mar 11 08:40:41 2002
@@ -61,8 +61,8 @@
# general-purpose stuff
#CP = cp
-CP = ln
-LN = ln
+CP = cp
+LN = ln -s
RM = rm -f
CHMOD = chmod
BINPERMS = 755
@@ -102,7 +102,7 @@
INSTALL_D = mkdir -p
# on some systems, manext=l and MANDIR=/usr/man/man$(manext) may be appropriate
manext = 1
-prefix = /usr/local
+prefix = /usr
BINDIR = $(prefix)/bin# where to install executables
MANDIR = $(prefix)/man/man$(manext)# where to install man pages
INSTALLEDBIN = $(BINDIR)/funzip$E $(BINDIR)/unzip$E $(BINDIR)/unzipsfx$E \