2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

[#3831] Fix permissions on installation and create var/log/kea

This commit is contained in:
Andrei Pavel 2025-05-20 17:34:23 +03:00
parent 7859af7ac0
commit ab694a0992
No known key found for this signature in database
GPG Key ID: D4E804481939CB21

View File

@ -176,9 +176,9 @@ docs:
# These steps are necessary during installation
install-exec-hook:
mkdir -p $(DESTDIR)${localstatedir}/log/
mkdir -p $(DESTDIR)${localstatedir}/lib/${PACKAGE_NAME}
mkdir -p $(DESTDIR)${runstatedir}/${PACKAGE_NAME}
mkdir -m 750 -p $(DESTDIR)${localstatedir}/lib/${PACKAGE_NAME}
mkdir -m 750 -p $(DESTDIR)${localstatedir}/log/${PACKAGE_NAME}
mkdir -m 750 -p $(DESTDIR)${runstatedir}/${PACKAGE_NAME}
EXTRA_DIST = tools/path_replacer.sh
EXTRA_DIST += tools/mk_cfgrpt.sh