SOURCES: sudosh-DESTDIR.patch - DESTDIR fixes

glen glen at pld-linux.org
Wed Jun 22 18:00:03 CEST 2005


Author: glen                         Date: Wed Jun 22 16:00:03 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- DESTDIR fixes

---- Files affected:
SOURCES:
   sudosh-DESTDIR.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/sudosh-DESTDIR.patch
diff -u SOURCES/sudosh-DESTDIR.patch:1.2 SOURCES/sudosh-DESTDIR.patch:1.3
--- SOURCES/sudosh-DESTDIR.patch:1.2	Wed Jun 22 17:57:49 2005
+++ SOURCES/sudosh-DESTDIR.patch	Wed Jun 22 17:59:58 2005
@@ -5,6 +5,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) '$(srcdir)/sudosh.conf' '$(DESTDIR)$(sysconfdir)/sudosh.conf'
++	test -f $(DESTDIR)$(sysconfdir)/sudosh.conf || $(INSTALL) '$(srcdir)/sudosh.conf' '$(DESTDIR)$(sysconfdir)/sudosh.conf'
  
  install: install-am install-sudosh.conf
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/sudosh-DESTDIR.patch?r1=1.2&r2=1.3&f=u




More information about the pld-cvs-commit mailing list