blob: 6a9712084600375e56e262d21203511d7d35fd06 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.in.orig 2005-10-13 11:27:44 UTC
+++ Makefile.in
@@ -96,7 +96,7 @@ install-bin: $(TARGETS)
install-conf: flowd.conf
$(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir)
test -f $(DESTDIR)$(sysconfdir)/flowd.conf || \
- $(INSTALL) -m 0600 flowd.conf $(DESTDIR)$(sysconfdir)
+ $(INSTALL) -m 0600 flowd.conf $(DESTDIR)$(sysconfdir)/flowd.conf.sample
install-lib: libflowd.a
$(srcdir)/mkinstalldirs $(DESTDIR)$(libdir)
|