Author: justin
Date: 2005-11-30 19:20:34 -0700 (Wed, 30 Nov 2005)
New Revision: 1196
Modified:
branches/6.1.1-newmake/packages/linux/Makefile
Log:
Added mkdir for /boot/isolinux to kernel makefile.
Modified: branches/6.1.1-newmake/packages/linux/Makefile
===================================================================
--- branches/6.1.1-newmake/packages/linux/Makefile 2005-12-01 02:09:00 UTC
(rev 1195)
+++ branches/6.1.1-newmake/packages/linux/Makefile 2005-12-01 02:20:34 UTC
(rev 1196)
@@ -27,6 +27,7 @@
cp $(SRC)/$(FILE) $(LFSSRC)/
compile-stage2:
+ if [ ! -d /boot/isolinux ] ; then mkdir /boot/isolinux ; fi
zcat ../$(PATCH1) > ../reiser4.patch
patch -Np1 -i ../reiser4.patch
patch -Np1 -i ../$(PATCH2)
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page