[Lunar-commits] r23219 - moonbase/trunk/utils/lilo

Auke Kok sofar at lunar-linux.org
Sat Feb 10 22:13:13 CET 2007


Author: sofar
Date: 2007-02-10 22:13:13 +0100 (Sat, 10 Feb 2007)
New Revision: 23219

Modified:
   moonbase/trunk/utils/lilo/BUILD
Log:
Not wrong but it ended up building all the code after prepare_install


Modified: moonbase/trunk/utils/lilo/BUILD
===================================================================
--- moonbase/trunk/utils/lilo/BUILD	2007-02-10 19:18:38 UTC (rev 23218)
+++ moonbase/trunk/utils/lilo/BUILD	2007-02-10 21:13:13 UTC (rev 23219)
@@ -2,8 +2,8 @@
 
   patch_it $SOURCE2 1 &&
   sedit "/^MAN_DIR/s/.*/MAN_DIR=\/usr\/share\/man/;/manpath/d" Makefile  &&
-  make ROOT=  &&
+  make ROOT= all &&
   prepare_install  &&
   make ROOT= install
-  
+
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list