SOURCES: shush-Makefile.patch (NEW) - install files in DESTDIR

lisu lisu at pld-linux.org
Mon Nov 6 21:45:43 CET 2006


Author: lisu                         Date: Mon Nov  6 20:45:43 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- install files in DESTDIR

---- Files affected:
SOURCES:
   shush-Makefile.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/shush-Makefile.patch
diff -u /dev/null SOURCES/shush-Makefile.patch:1.1
--- /dev/null	Mon Nov  6 21:45:43 2006
+++ SOURCES/shush-Makefile.patch	Mon Nov  6 21:45:38 2006
@@ -0,0 +1,17 @@
+--- shush-1.0.2/Makefile.in~	2004-03-08 02:57:25.000000000 +0100
++++ shush-1.0.2/Makefile.in	2006-11-06 21:16:23.000000000 +0100
+@@ -17,10 +17,10 @@
+ 	@(cd src && $(MAKE) shush)
+ 
+ install: shush
+-	$(INSTALL) -d -m 0755 $(bindir)
+-	$(INSTALL) -m 755 src/shush $(bindir)
+-	$(INSTALL) -d -m 0755 $(mandir)/man1
+-	$(INSTALL) -m 644 shush.1 $(mandir)/man1
++	$(INSTALL) -d -m 0755 $(DESTDIR)$(bindir)
++	$(INSTALL) -m 755 src/shush $(DESTDIR)$(bindir)
++	$(INSTALL) -d -m 0755 $(DESTDIR)$(mandir)/man1
++	$(INSTALL) -m 644 shush.1 $(DESTDIR)$(mandir)/man1
+ 	@echo ; echo "Done!"
+ 
+ clean:
================================================================


More information about the pld-cvs-commit mailing list