summaryrefslogtreecommitdiff
path: root/security/sudosh3/files/patch-src-Makefile.am
blob: eb6e1e44e02a6ff10dde2b09fa7b38e221f3a9ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/Makefile.am.orig	2008-01-30 14:55:46.000000000 -0800
+++ src/Makefile.am	2010-01-14 21:25:28.195547024 -0800
@@ -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'
+	$(INSTALL) -o 0 -g 0 -m 0444 '$(srcdir)/sudosh.conf' '$(sysconfdir)/sudosh.conf.sample'
 
 install: install-am install-sudosh.conf