SOURCES: w2do-Makefile.patch (NEW) - new. add DESTDIR prefix
lisu
lisu at pld-linux.org
Fri Mar 27 09:49:04 CET 2009
Author: lisu Date: Fri Mar 27 08:49:04 2009 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- new. add DESTDIR prefix
---- Files affected:
SOURCES:
w2do-Makefile.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/w2do-Makefile.patch
diff -u /dev/null SOURCES/w2do-Makefile.patch:1.1
--- /dev/null Fri Mar 27 09:49:05 2009
+++ SOURCES/w2do-Makefile.patch Fri Mar 27 09:48:59 2009
@@ -0,0 +1,13 @@
+--- w2do-2.2.1/Makefile~ 2009-03-27 01:10:59.000000000 +0100
++++ w2do-2.2.1/Makefile 2009-03-27 09:43:07.000000000 +0100
+@@ -23,8 +23,8 @@
+ # Installation directories; feel free to modify according to your taste and
+ # situation:
+ prefix = /usr/local
+-bindir = $(prefix)/bin
+-mandir = $(prefix)/share/man
++bindir = $(DESTDIR)$(prefix)/bin
++mandir = $(DESTDIR)$(prefix)/share/man
+ man1dir = $(mandir)/man1
+
+ # Make rules; please do not edit these unless you really know what you are
================================================================
More information about the pld-cvs-commit
mailing list