summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-19 12:00:28 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-19 12:00:28 +0000
commit97678ab13f6d29878997256b6ae1ded679ae5c5c (patch)
tree7a2f5ae2accffad3695ddaf3bbce683a884c66fc
parent8ec2d3522067c4b651c2fa1292003c612c54a7ce (diff)
downloadlibexpat-97678ab13f6d29878997256b6ae1ded679ae5c5c.tar.gz
libexpat.morph: use PREFIX if setbaserock/morph
-rw-r--r--libexpat.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexpat.morph b/libexpat.morph
index 98ea352..f567167 100644
--- a/libexpat.morph
+++ b/libexpat.morph
@@ -3,7 +3,7 @@
"kind": "chunk",
"configure-commands": [
"autoreconf -i",
- "./configure --prefix=/usr"
+ "./configure --prefix=\"${PREFIX-/usr}\""
],
"build-commands": [
"make"