summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-14 13:46:26 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-14 13:46:26 +0000
commitb9e059be3dc35bbcf60ab9a8dbd63d149acd6e40 (patch)
treede4ffdc300fe2febb0015215936cd335436c1b84
parent4c728b73a7995c8f453a360e755b240e01763ecd (diff)
downloaddiffutils-baserock/bootstrap.tar.gz
diffutils.morph: use PREFIX if setbaserock/bootstrap
-rw-r--r--diffutils.morph2
1 files changed, 1 insertions, 1 deletions
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"