summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2013-04-29 14:51:04 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2013-04-29 14:51:04 +0000
commit02aba81908a755a5d7f98b6bc0ec21e5b6f16c08 (patch)
tree9f6f8778f5d9404b55308ef6c921a1e2978de05e
parent7d17959f83861ef63ef66cf17368376fd7578271 (diff)
downloadscreen-02aba81908a755a5d7f98b6bc0ec21e5b6f16c08.tar.gz
Fix installation, take 2
-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"
]
}