blob: 81fcafdbceb1997d0e4aac87ca3361efad5fc91f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/Makefile.in.orig Sun Jun 12 19:33:29 2005
+++ src/Makefile.in Wed Oct 26 06:59:17 2005
@@ -427,7 +427,8 @@
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.
|