summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-19 12:25:10 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-19 12:25:10 +0100
commit14f316583b9945e6dbef4588e0d09610617a7409 (patch)
treeb7acb1e6b1d4f0e55033d74d86d7e677ba3fe30f
parentd940388002bad5e107e31a946ebc9cbf9f7da1d0 (diff)
downloadnspr-baserock/morph.tar.gz
nspr.morph: Fix configure command to honour $PREFIXbaserock/morph
-rw-r--r--nspr.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/nspr.morph b/nspr.morph
index b9c9150..f7491c4 100644
--- a/nspr.morph
+++ b/nspr.morph
@@ -3,6 +3,6 @@
"kind": "chunk",
"build-system": "autotools",
"configure-commands": [
- "./configure --enable-ipv6 --with-mozilla"
+ "./configure --prefix=\"$PREFIX\" --enable-ipv6 --with-mozilla"
]
}