From b9e059be3dc35bbcf60ab9a8dbd63d149acd6e40 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Wed, 14 Mar 2012 13:46:26 +0000 Subject: diffutils.morph: use PREFIX if set --- diffutils.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diffutils.morph b/diffutils.morph index 6e547fc..ae2a78e 100644 --- a/diffutils.morph +++ b/diffutils.morph @@ -2,7 +2,7 @@ "name": "diffutils", "kind": "chunk", "configure-commands": [ - "./configure --prefix=/usr" + "./configure --prefix=\"${PREFIX-/usr}\"" ], "build-commands": [ "make" -- cgit v1.2.1