wok-next rev 20850
syslinux: fix repeatedly packed files
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Jun 24 12:34:21 2018 +0300 (2018-06-24) |
parents | d4757aca404e |
children | baaa04032e25 |
files | syslinux/receipt |
line diff
1.1 --- a/syslinux/receipt Sat Jun 23 17:39:19 2018 +0300 1.2 +++ b/syslinux/receipt Sun Jun 24 12:34:21 2018 +0300 1.3 @@ -176,7 +176,7 @@ 1.4 cp $i $install/usr/share/boot/$(basename $i) 2>/dev/null 1.5 done 1.6 install -Dm644 mbr/gptmbr.bin $install/usr/share/boot/gptmbr.bin 1.7 - install -Dm644 iso2exe/init.custom $install/usr/share/boot/init.custom 1.8 + install -Dm755 iso2exe/init.custom $install/usr/share/boot/init.custom 1.9 install -Dm755 iso2exe/isohybrid.exe $install/usr/share/boot/isohybrid.exe 1.10 install -Dm644 mbr/mbr.bin $install/usr/share/boot/mbr.bin 1.11 lzma e memdisk/memdisk $install/usr/share/boot/memdisk.lzma 2>/dev/null 1.12 @@ -207,8 +207,7 @@ 1.13 DEPENDS="syslinux posixovl" 1.14 ;; 1.15 syslinux-modules) 1.16 - copy *.c32 *.com 1.17 - rm $install/boot/linld.com 1.18 + copy share/boot/*.c32 share/boot/*.com 1.19 CAT="system-tools|modules for syslinux" 1.20 ;; 1.21 syslinux-tools)