wok diff syslinux/stuff/iso2exe/Makefile @ rev 20763

syslinux/iso2exe/init: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 13 11:04:40 2019 +0100 (2019-02-13)
parents 378b0ba41272
children 8b4447362fc3
line diff
     1.1 --- a/syslinux/stuff/iso2exe/Makefile	Wed Feb 13 10:43:31 2019 +0100
     1.2 +++ b/syslinux/stuff/iso2exe/Makefile	Wed Feb 13 11:04:40 2019 +0100
     1.3 @@ -19,7 +19,6 @@
     1.4  	./$@ --build boot.com bootiso.bin init win32.exe
     1.5  
     1.6  init.built: bootloader.bin ifmem.bin init
     1.7 -	sed -i 's|^[ \t]*||;s|[ \t]*###.*||;s|^$||' init
     1.8  	./init --build
     1.9  	touch init.built
    1.10