summaryrefslogtreecommitdiff
path: root/net/kea/files/patch-Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'net/kea/files/patch-Makefile.am')
-rw-r--r--net/kea/files/patch-Makefile.am19
1 files changed, 11 insertions, 8 deletions
diff --git a/net/kea/files/patch-Makefile.am b/net/kea/files/patch-Makefile.am
index 77fc64848c9e..2ffd64ee99a7 100644
--- a/net/kea/files/patch-Makefile.am
+++ b/net/kea/files/patch-Makefile.am
@@ -1,10 +1,13 @@
---- Makefile.am.orig 2019-10-25 12:41:08 UTC
+--- Makefile.am.orig 2025-05-22 13:26:43 UTC
+++ Makefile.am
-@@ -154,7 +154,6 @@ 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}
+@@ -176,10 +176,6 @@ install-exec-hook:
- EXTRA_DIST = tools/path_replacer.sh
+ # These steps are necessary during installation. chmod is for reinstallation/upgrade.
+ install-exec-hook:
+- mkdir -m 750 -p "$(DESTDIR)${localstatedir}/lib/${PACKAGE_NAME}"
+- chmod 750 "$(DESTDIR)${localstatedir}/lib/${PACKAGE_NAME}"
+- mkdir -m 750 -p "$(DESTDIR)${localstatedir}/log/${PACKAGE_NAME}"
+- 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}"