From 1a4fc731c54a7ab8830febd3f8b7c9ad9423ea70 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 5 Nov 2003 20:29:13 +0000 Subject: install fixes git-svn-id: file:///home/lennart/svn/public/seppl/trunk@11 91a2fd9b-5dcb-0310-a70a-d71e310228e6 --- conf/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit