SOURCES: sudosh-DESTDIR.patch (NEW) - $(DESTDIR) patch

glen glen at pld-linux.org
Wed Jun 22 17:56:19 CEST 2005


Author: glen                         Date: Wed Jun 22 15:56:19 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- $(DESTDIR) patch

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

---- Diffs:

================================================================
Index: SOURCES/sudosh-DESTDIR.patch
diff -u /dev/null SOURCES/sudosh-DESTDIR.patch:1.1
--- /dev/null	Wed Jun 22 17:56:19 2005
+++ SOURCES/sudosh-DESTDIR.patch	Wed Jun 22 17:56:14 2005
@@ -0,0 +1,10 @@
+--- sudosh-1.8.2/src/Makefile.am~	2005-06-13 05:29:21.000000000 +0300
++++ sudosh-1.8.2/src/Makefile.am	2005-06-22 18:54:40.000000000 +0300
+@@ -8,6 +8,6 @@
+ 
+ install-sudosh.conf:
+ 	test -z "$(sysconfdir)" || $(mkdir_p) "$(DESTDIR)$(sysconfdir)"
+-	test -f $(sysconfdir)/sudosh.conf || $(INSTALL) -o 0 -g 0 -m 0444 '$(srcdir)/sudosh.conf' '$(sysconfdir)/sudosh.conf'
++	test -f $(sysconfdir)/sudosh.conf || $(INSTALL) -o 0 -g 0 -m 0444 '$(srcdir)/sudosh.conf' '$(DESTDIR)$(sysconfdir)/sudosh.conf'
+ 
+ install: install-am install-sudosh.conf
================================================================



More information about the pld-cvs-commit mailing list