From 7d17959f83861ef63ef66cf17368376fd7578271 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Mon, 29 Apr 2013 14:46:42 +0000 Subject: Fix the installation --- screen.morph | 4 ++-- 1 file 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" ] } -- cgit v1.2.1