summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-19 11:59:17 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-19 11:59:17 +0000
commit8e0107363f2425d66ed29998046e58ef9c57af9d (patch)
tree502daa1aaf57909b03c7349b49af3a3880ea5322
parenta7e9889bf01a08e35e6b836dd6620ee1be6c22ce (diff)
downloadcurl-8e0107363f2425d66ed29998046e58ef9c57af9d.tar.gz
curl.morph: use PREFIX if set
-rw-r--r--curl.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/curl.morph b/curl.morph
index 99875ce6b..db3ed0222 100644
--- a/curl.morph
+++ b/curl.morph
@@ -3,7 +3,7 @@
"kind": "chunk",
"configure-commands": [
"./buildconf",
- "./configure --prefix=/usr"
+ "./configure --prefix=\"${PREFIX-/usr}\""
],
"build-commands": [
"make"