Changeset 2117

Show
Ignore:
Timestamp:
10/16/07 05:43:42 (1 year ago)
Author:
alexander
Message:

Fixed generation of boot loadet screens - the underscores in all_generic_ide
were escaped by backslashes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/minimal/packages/syslinux/Makefile

    r2113 r2117  
    2323        mkdir -p /boot/isolinux 
    2424        cp -v isolinux.bin /boot/isolinux 
    25         ../split-boot-help <$(ROOT)/doc/README.txt 
     25        sed 's/\\_/_/g' $(ROOT)/doc/README.txt | ../split-boot-help 
    2626        cp -v F*.txt /boot/isolinux 
    2727        cp -v $(ROOT)/isolinux/{isolinux.cfg,boot.msg,splash.lss} /boot/isolinux