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