From 8471cd938ca41fbe4fee8ae3f657625c92cfb954 Mon Sep 17 00:00:00 2001 From: Mark Doffman Date: Mon, 10 Mar 2014 15:39:32 +0000 Subject: Add forgotten destdir to install command. --- dnsmasq.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.1