summaryrefslogtreecommitdiff
path: root/packaging/zip-2.31-install.patch
blob: 7a1f69f1ee0a329f125c7a1486447f73d616a383 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- zip-2.31/unix/Makefile.install	2005-02-28 08:33:50.000000000 +0100
+++ zip-2.31/unix/Makefile	2005-11-10 12:58:33.221425848 +0100
@@ -129,7 +129,7 @@
 	$(INSTALL_PROGRAM) $(ZIPS) $(BINDIR)
 	-cd $(BINDIR); $(CHMOD) $(BINFLAGS) $(ZIPS)
 	-$(INSTALL_D) $(MANDIR)
-	$(INSTALL) man/zip.1 $(MANDIR)/zip.$(manext)
+	$(INSTALL_PROGRAM) man/zip.1 $(MANDIR)/zip.$(manext)
 	$(CHMOD) $(MANFLAGS) $(MANDIR)/zip.$(manext)
 
 uninstall: