summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2013-04-29 14:46:42 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2013-04-29 14:46:42 +0000
commit7d17959f83861ef63ef66cf17368376fd7578271 (patch)
treef8dc88536ce10f93e53f282b53aaf811b079351f
parentf909b54091bd20b3aefe153d7e46098bc4bab0f9 (diff)
downloadscreen-7d17959f83861ef63ef66cf17368376fd7578271.tar.gz
Fix the installation
-rw-r--r--screen.morph4
1 files changed, 2 insertions, 2 deletions
diff --git a/screen.morph b/screen.morph
index 986357d..9994aca 100644
--- a/screen.morph
+++ b/screen.morph
@@ -10,10 +10,10 @@
],
"build-commands": [
- "make -C src DESTDIR=\"\""
+ "cd ./src && make DESTDIR=\"\""
],
"install-commands": [
- "make -C src DESTDIR=\"\" install"
+ "cd ./src && make DESTDIR=\"\" install"
]
}