summaryrefslogtreecommitdiff
path: root/security/sudosh2/files/patch-src::Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'security/sudosh2/files/patch-src::Makefile.in')
-rw-r--r--security/sudosh2/files/patch-src::Makefile.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/sudosh2/files/patch-src::Makefile.in b/security/sudosh2/files/patch-src::Makefile.in
new file mode 100644
index 000000000000..e33811421ef7
--- /dev/null
+++ b/security/sudosh2/files/patch-src::Makefile.in
@@ -0,0 +1,10 @@
+--- src/Makefile.in.orig Sun Jun 12 19:33:29 2005
++++ src/Makefile.in Tue Oct 25 10:06:54 2005
+@@ -428,6 +428,7 @@
+ 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'
++ $(INSTALL) -o 0 -g 0 -m 0444 '$(srcdir)/sudosh.conf' '$(sysconfdir)/sudosh.conf.sample'
+
+ install: install-am install-sudosh.conf
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.