[Lunar-commits] r26504 - moonbase/trunk/devel/tig
Terry Chan
tchan at lunar-linux.org
Tue Oct 30 14:48:54 CET 2007
Author: tchan
Date: 2007-10-30 14:48:54 +0100 (Tue, 30 Oct 2007)
New Revision: 26504
Modified:
moonbase/trunk/devel/tig/BUILD
Log:
Fixed the BUILD script to follow the tig devs recommended compile/install routine.
Modified: moonbase/trunk/devel/tig/BUILD
===================================================================
--- moonbase/trunk/devel/tig/BUILD 2007-10-30 08:31:08 UTC (rev 26503)
+++ moonbase/trunk/devel/tig/BUILD 2007-10-30 13:48:54 UTC (rev 26504)
@@ -1,5 +1,7 @@
(
+ autoreconf &&
+ ./configure &&
make prefix=/usr strip &&
prepare_install &&
make prefix=/usr install &&
More information about the Lunar-commits
mailing list