SOURCES: 915resolution-DESTDIR.patch (NEW) - DESTDIR

wolvverine wolvverine at pld-linux.org
Sun Feb 11 17:44:58 CET 2007


Author: wolvverine                   Date: Sun Feb 11 16:44:58 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- DESTDIR

---- Files affected:
SOURCES:
   915resolution-DESTDIR.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/915resolution-DESTDIR.patch
diff -u /dev/null SOURCES/915resolution-DESTDIR.patch:1.1
--- /dev/null	Sun Feb 11 17:44:58 2007
+++ SOURCES/915resolution-DESTDIR.patch	Sun Feb 11 17:44:53 2007
@@ -0,0 +1,10 @@
+diff -uNr 915resolution-0.5.2.org/Makefile 915resolution-0.5.2/Makefile
+--- 915resolution-0.5.2.org/Makefile	2006-02-02 14:01:38.000000000 +0000
++++ 915resolution-0.5.2/Makefile	2007-02-11 16:34:18.000000000 +0000
+@@ -11,5 +11,5 @@
+ 	rm -f ${OBJS} ${PRG} *~ 
+ 
+ install: ${PRG}
+-	cp ${PRG} /usr/sbin
++	cp ${PRG} "${DESTDIR}/usr/sbin"
+ 
================================================================


More information about the pld-cvs-commit mailing list