Author: alexander
Date: 2007-10-16 05:43:42 -0600 (Tue, 16 Oct 2007)
New Revision: 2117

Modified:
   branches/minimal/packages/syslinux/Makefile
Log:
Fixed generation of boot loadet screens - the underscores in all_generic_ide
were escaped by backslashes.


Modified: branches/minimal/packages/syslinux/Makefile
===================================================================
--- branches/minimal/packages/syslinux/Makefile 2007-10-15 08:48:25 UTC (rev 
2116)
+++ branches/minimal/packages/syslinux/Makefile 2007-10-16 11:43:42 UTC (rev 
2117)
@@ -22,7 +22,7 @@
 compile-stage2:
        mkdir -p /boot/isolinux
        cp -v isolinux.bin /boot/isolinux
-       ../split-boot-help <$(ROOT)/doc/README.txt
+       sed 's/\\_/_/g' $(ROOT)/doc/README.txt | ../split-boot-help
        cp -v F*.txt /boot/isolinux
        cp -v $(ROOT)/isolinux/{isolinux.cfg,boot.msg,splash.lss} /boot/isolinux
 ifeq ($(CD_ARCH),x86_64)

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

Reply via email to