summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-27 11:11:17 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-27 11:11:17 +0100
commitefde279478b01ffebd3ba25838ed8fb5b8f39a66 (patch)
treef3aa67fa67b375dfaa4815073721266031527c87
parentacf102fdc1795a868ed7837595f8fc01a04e3864 (diff)
downloadlibtool-efde279478b01ffebd3ba25838ed8fb5b8f39a66.tar.gz
libtool.morph: use PREFIX
-rw-r--r--libtool.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtool.morph b/libtool.morph
index e529458b..4dc9371b 100644
--- a/libtool.morph
+++ b/libtool.morph
@@ -4,7 +4,7 @@
"max-jobs": 1,
"configure-commands": [
"bash bootstrap --skip-po --skip-git",
- "./configure --prefix=/usr --disable-nls"
+ "./configure --prefix=\"$PREFIX\" --disable-nls"
],
"build-commands": [
"make"