chmod 750 "$(DESTDIR)${localstatedir}/log/${PACKAGE_NAME}"
mkdir -m 750 -p "$(DESTDIR)${runstatedir}/${PACKAGE_NAME}"
chmod 750 "$(DESTDIR)${runstatedir}/${PACKAGE_NAME}"
+ mkdir -m 750 -p "$(DESTDIR)${sysconfdir}/${PACKAGE_NAME}"
+ chmod 750 "$(DESTDIR)${sysconfdir}/${PACKAGE_NAME}"
EXTRA_DIST = tools/path_replacer.sh
EXTRA_DIST += tools/mk_cfgrpt.sh
# To preserve any user modifications to the old version of the file,
# this old file is backed up as keactrl.conf.bak.
install-data-local:
- $(mkinstalldirs) $(DESTDIR)/@sysconfdir@/@PACKAGE@
+ $(mkinstalldirs) -m 750 $(DESTDIR)/@sysconfdir@/@PACKAGE@
for f in $(CONFIGFILES) ; do \
if test -f $(DESTDIR)$(sysconfdir)/@PACKAGE@/$$f && \
test $$f = "keactrl.conf"; then \