diff options
author | Francis Dupont <fdupont@isc.org> | 2019-06-14 22:35:06 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2019-06-18 18:54:26 +0200 |
commit | fc80c0ea8c2aa927355cb5e1a52d641575a491d8 (patch) | |
tree | 27925e1db2cda8a5ef175a43738faa28021d088a /Makefile.am | |
parent | [538-kea-should-not-store-anything-in-var-kea-lsb-violation] Updated doc + so... (diff) | |
download | kea-fc80c0ea8c2aa927355cb5e1a52d641575a491d8.tar.xz kea-fc80c0ea8c2aa927355cb5e1a52d641575a491d8.zip |
[538-kea-should-not-store-anything-in-var-kea-lsb-violation] Addressed comments (and grep reports)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index edda59f94e..4c55349658 100644 --- a/Makefile.am +++ b/Makefile.am @@ -161,7 +161,8 @@ gen-docs: # These steps are necessary during installation install-exec-hook: mkdir -p $(DESTDIR)${localstatedir}/log/ - mkdir -p $(DESTDIR)${localstatedir}/run/${PACKAGE_NAME} + mkdir -p $(DESTDIR)${localstatedir}/lib/${PACKAGE_NAME} + mkdir -p $(DESTDIR)${runstatedir}/${PACKAGE_NAME} EXTRA_DIST = tools/path_replacer.sh EXTRA_DIST += tools/mk_cfgrpt.sh |