[Lunar-commits] <lunar> theedge: oops

Auke Kok sofar at foo-projects.org
Sun Jun 24 00:30:23 CEST 2012


commit 8a0fde1186a9a06ef4b8b8f179c478ea23fc5556
Author: Auke Kok <sofar at foo-projects.org>
Date:   Sat Jun 23 15:30:23 2012 -0700

    theedge: oops
---
 install |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/install b/install
index f2eebee..ef89dcf 100755
--- a/install
+++ b/install
@@ -3,7 +3,6 @@
 if [ "x$1" = "x" ] ; then
   make install
 else
-  make DESTDIR=$1
-   ROOT=$1
+  make DESTDIR=$1 install
 fi
 


More information about the Lunar-commits mailing list