summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2013-04-29 15:07:26 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2013-04-29 15:07:26 +0000
commita9f0c952eb3f638c8ecb18bc5a6ad133777bbe6e (patch)
treebb3937adaa7f6fe218b8504c95f97d3ff8da9ae1
parent02aba81908a755a5d7f98b6bc0ec21e5b6f16c08 (diff)
downloadscreen-a9f0c952eb3f638c8ecb18bc5a6ad133777bbe6e.tar.gz
Fix installation, take 3
-rw-r--r--screen.morph4
1 files 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"
]
}