summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-16 12:05:49 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-16 12:05:49 +0000
commit1fedc706c3b611c83541c7d02f22493d386a2471 (patch)
tree96756eff11d855a642ff67aa622847610e89ed03
parent895b28ba729ffc018c33b89dcc7f08c192d27694 (diff)
downloadlibtool-1fedc706c3b611c83541c7d02f22493d386a2471.tar.gz
install in /usr
-rw-r--r--libtool.morph4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtool.morph b/libtool.morph
index 97fcb9fc..e813be9c 100644
--- a/libtool.morph
+++ b/libtool.morph
@@ -3,12 +3,12 @@
"kind": "chunk",
"configure-commands": [
"bash bootstrap",
- "./configure"
+ "./configure --prefix=/usr"
],
"build-commands": [
"make"
],
"install-commands": [
- "make install"
+ "make DESTDIR=\"$DESTDIR\" install"
]
}