summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
]
}