SOURCES: sudosh-DESTDIR.patch - no uid/gid please
glen
glen at pld-linux.org
Wed Jun 22 17:57:54 CEST 2005
Author: glen Date: Wed Jun 22 15:57:54 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- no uid/gid please
---- Files affected:
SOURCES:
sudosh-DESTDIR.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/sudosh-DESTDIR.patch
diff -u SOURCES/sudosh-DESTDIR.patch:1.1 SOURCES/sudosh-DESTDIR.patch:1.2
--- SOURCES/sudosh-DESTDIR.patch:1.1 Wed Jun 22 17:56:14 2005
+++ SOURCES/sudosh-DESTDIR.patch Wed Jun 22 17:57:49 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) -o 0 -g 0 -m 0444 '$(srcdir)/sudosh.conf' '$(DESTDIR)$(sysconfdir)/sudosh.conf'
++ test -f $(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.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list