SOURCES: majordomo-Makefile.patch (NEW) - install to DESTDIR

lisu lisu at pld-linux.org
Mon Jan 26 14:32:25 CET 2009


Author: lisu                         Date: Mon Jan 26 13:32:25 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- install to DESTDIR

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

---- Diffs:

================================================================
Index: SOURCES/majordomo-Makefile.patch
diff -u /dev/null SOURCES/majordomo-Makefile.patch:1.1
--- /dev/null	Mon Jan 26 14:32:26 2009
+++ SOURCES/majordomo-Makefile.patch	Mon Jan 26 14:32:20 2009
@@ -0,0 +1,15 @@
+--- majordomo-1.94.5/Makefile~	2009-01-26 13:27:06.000000000 +0100
++++ majordomo-1.94.5/Makefile	2009-01-26 13:26:51.000000000 +0100
+@@ -20,10 +20,10 @@
+  
+ # Where do you want Majordomo to be installed?  This CANNOT be the
+ # current directory (where you unpacked the distribution)
+-W_HOME = /usr/test/majordomo-$(VERSION)
++W_HOME = $(DESTDIR)/usr/share/majordomo
+  
+ # Where do you want man pages to be installed?
+-MAN = $(W_HOME)/man
++MAN = $(DESTDIR)/usr/share/man
+  
+ # You need to have or create a user and group which majordomo will run as.
+ # Enter the numeric UID and GID (not their names!) here:
================================================================


More information about the pld-cvs-commit mailing list