From: Tomek Mrugalski Date: Thu, 18 Sep 2014 14:07:15 +0000 (+0200) Subject: [3591] Fix for DESTDIR installation hook X-Git-Tag: rt3470_base~12^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb1dec2fe851760670fbb2904492cf9bdc16387c;p=thirdparty%2Fkea.git [3591] Fix for DESTDIR installation hook --- 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: