summaryrefslogtreecommitdiff
path: root/screen.morph
diff options
context:
space:
mode:
Diffstat (limited to 'screen.morph')
-rw-r--r--screen.morph4
1 files changed, 2 insertions, 2 deletions
diff --git a/screen.morph b/screen.morph
index 9994aca..a4e885d 100644
--- a/screen.morph
+++ b/screen.morph
@@ -10,10 +10,10 @@
],
"build-commands": [
- "cd ./src && make DESTDIR=\"\""
+ "cd ./src && make"
],
"install-commands": [
- "cd ./src && make DESTDIR=\"\" install"
+ "cd ./src && make install"
]
}