diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2012-03-14 13:46:26 +0000 |
---|---|---|
committer | Richard Maw <richard.maw@codethink.co.uk> | 2012-03-14 13:46:26 +0000 |
commit | b9e059be3dc35bbcf60ab9a8dbd63d149acd6e40 (patch) | |
tree | de4ffdc300fe2febb0015215936cd335436c1b84 /diffutils.morph | |
parent | 4c728b73a7995c8f453a360e755b240e01763ecd (diff) | |
download | diffutils-baserock/bootstrap.tar.gz |
diffutils.morph: use PREFIX if setbaserock/bootstrap
Diffstat (limited to 'diffutils.morph')
-rw-r--r-- | diffutils.morph | 2 |
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" |