Author: jhuntwork
Date: 2005-06-19 08:52:13 -0600 (Sun, 19 Jun 2005)
New Revision: 246

Modified:
   trunk/packages/module-init-tools/Makefile
Log:
Upgraded module-init-tools build instructions to match book

Modified: trunk/packages/module-init-tools/Makefile
===================================================================
--- trunk/packages/module-init-tools/Makefile   2005-06-19 14:48:15 UTC (rev 
245)
+++ trunk/packages/module-init-tools/Makefile   2005-06-19 14:52:13 UTC (rev 
246)
@@ -22,8 +22,9 @@
        @if [ ! -f $(SRC)/$(FILE) ] ; then $(WGET) $(URL) && \
         mv $(FILE) $(SRC) ; fi
        @if [ ! -f /sbin/modprobe ] ; then unpack $(SRC)/$(FILE) && cd $(DIR) 
&& \
+        touch modprobe.conf.5 && \
         ./configure --prefix="" --enable-zlib && \
-        make -j3 DOCBOOKTOMAN="" && make install ; fi
+        make -j3 && make install ; fi
        @make clean
         
 

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to