From a9f0c952eb3f638c8ecb18bc5a6ad133777bbe6e Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Mon, 29 Apr 2013 15:07:26 +0000 Subject: Fix installation, take 3 --- screen.morph | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/screen.morph b/screen.morph index a4e885d..a24f43f 100644 --- a/screen.morph +++ b/screen.morph @@ -6,7 +6,7 @@ "configure-commands": [ "cd ./src && sh autogen.sh", - "cd ./src && ./configure --prefix=\"\"" + "cd ./src && ./configure --prefix=\"$PREFIX\"" ], "build-commands": [ @@ -14,6 +14,6 @@ ], "install-commands": [ - "cd ./src && make install" + "cd ./src && make DESTDIR=\"$DESTDIR\" install" ] } -- cgit v1.2.1