diff options
author | Tomek Mrugalski <tomasz@isc.org> | 2014-09-18 16:07:15 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomasz@isc.org> | 2014-09-18 16:07:15 +0200 |
commit | fb1dec2fe851760670fbb2904492cf9bdc16387c (patch) | |
tree | ce6f5b396a3f1026c7f438de18ab976633612555 /Makefile.am | |
parent | [3591] Unnecessary variable set removed. (diff) | |
download | kea-fb1dec2fe851760670fbb2904492cf9bdc16387c.tar.xz kea-fb1dec2fe851760670fbb2904492cf9bdc16387c.zip |
[3591] Fix for DESTDIR installation hook
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 887e3b5860..b943445b98 100644 --- a/Makefile.am +++ b/Makefile.am @@ -121,7 +121,7 @@ cppcheck: # These steps are necessary during installation install-exec-hook: - mkdir -p ${localstatedir}/run/${PACKAGE_NAME} + mkdir -p $(DESTDIR)${localstatedir}/run/${PACKAGE_NAME} ### include tool to generate documentation from log message specifications ### in the distributed tarball: |