From 1fedc706c3b611c83541c7d02f22493d386a2471 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 16 Jan 2012 12:05:49 +0000 Subject: install in /usr --- libtool.morph | 4 ++-- 1 file 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" ] } -- cgit v1.2.1