wok diff syslinux-modules/receipt @ rev 23975

Up matio (1.5.18), mutt (1.14.7), nasm (2.15.05), net-snmp (5.9), nethack (3.6.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 28 17:24:13 2020 +0000 (2020-10-28)
parents 087d71ec38ce
children 73f36875e5a7
line diff
     1.1 --- a/syslinux-modules/receipt	Sat Oct 01 10:31:58 2016 +0200
     1.2 +++ b/syslinux-modules/receipt	Wed Oct 28 17:24:13 2020 +0000
     1.3 @@ -16,7 +16,7 @@
     1.4      mkdir -p $fs/usr/share/boot
     1.5      for i in $src/com32/*/*.c32 ; do
     1.6  	case "$i" in
     1.7 -	*/reboot.c32|*/ifmem.c32|*/vesamenu.c32) continue;;
     1.8 +	*/reboot.c32|*/ifmem.c32|*/vesamenu.c32|*/chain.c32) continue;;
     1.9  	esac
    1.10  	lzma e $i $fs/usr/share/boot/$(basename $i) 2> /dev/null
    1.11      done