summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/Makefile.am b/conf/Makefile.am
index 98667e2..630f82d 100644
--- a/conf/Makefile.am
+++ b/conf/Makefile.am
@@ -1,4 +1,4 @@
-# $Id: Makefile.am 40 2003-10-27 18:32:45Z lennart $
+# $Id$
#
# This file is part of seppl.
#
@@ -26,6 +26,8 @@ seppl.init: seppl.init.in Makefile
install-data-local: seppl.init
$(INSTALL) -b -D -m755 seppl.init ${DESTDIR}/${sysconfdir}/init.d/seppl
+ mkdir -p ${DESTDIR}/$(sysconfdir)/seppl
+ chmod 700 ${DESTDIR}/$(sysconfdir)/seppl
uninstall-local:
rm -f ${DESTDIR}/${sysconfdir}/init.d/seppl