Author: alexander
Date: 2007-10-16 05:45:48 -0600 (Tue, 16 Oct 2007)
New Revision: 2118

Modified:
   trunk/packages/syslinux/Makefile
Log:
Merged r2117 from the minimal branch

Modified: trunk/packages/syslinux/Makefile
===================================================================
--- trunk/packages/syslinux/Makefile    2007-10-16 11:43:42 UTC (rev 2117)
+++ trunk/packages/syslinux/Makefile    2007-10-16 11:45:48 UTC (rev 2118)
@@ -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