summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2014-03-10 15:39:32 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2014-03-10 15:39:32 +0000
commit8471cd938ca41fbe4fee8ae3f657625c92cfb954 (patch)
tree28254c3d99c09ac45516876843975519081f709d
parentff46fb0d62885ea299db1df046dea4c82a4f025e (diff)
downloaddnsmasq-8471cd938ca41fbe4fee8ae3f657625c92cfb954.tar.gz
Add forgotten destdir to install command.baserock/morph
-rw-r--r--dnsmasq.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/dnsmasq.morph b/dnsmasq.morph
index f1ff640..4db0bf0 100644
--- a/dnsmasq.morph
+++ b/dnsmasq.morph
@@ -3,4 +3,4 @@ kind: chunk
build-system: autotools
configure-commands: []
install-commands:
-- make install PREFIX="$PREFIX"
+- make install PREFIX="$PREFIX" DESTDIR="$DESTDIR"