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