wok diff syslinux/receipt @ rev 9172
tcc-common: fix genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Mar 08 18:01:32 2011 +0100 (2011-03-08) |
parents | de18608977c8 |
children | 9867bb14c367 |
line diff
1.1 --- a/syslinux/receipt Thu Jan 27 00:20:49 2011 +0100 1.2 +++ b/syslinux/receipt Tue Mar 08 18:01:32 2011 +0100 1.3 @@ -17,10 +17,10 @@ 1.4 { 1.5 cd $src 1.6 # Do not try to build the Windows or DOS installers 1.7 - patch -p1 -i ../stuff/syslinux-dont-build-dos-windows-targets.patch 1.8 - cp ../stuff/tools/isohybrid.sh . 1.9 - cp ../stuff/tools/keytab-lilo.pl . 1.10 - cp ../stuff/extra/ifmem.c com32/modules 1.11 + patch -p1 -i $stuff/syslinux-dont-build-dos-windows-targets.patch 1.12 + cp $stuff/tools/isohybrid.sh . 1.13 + cp $stuff/tools/keytab-lilo.pl . 1.14 + cp $stuff/extra/ifmem.c com32/modules 1.15 grep -q ifmem.c32 com32/modules/Makefile || 1.16 sed -i 's/ifcpu64.c32/ifcpu64.c32 ifmem.c32/' com32/modules/Makefile 1.17 make -C com32 1.18 @@ -41,7 +41,7 @@ 1.19 cp -a $src/com32/modules/reboot.c32 $fs/boot/isolinux 1.20 cp -a $src/com32/modules/ifmem.c32 $fs/boot/isolinux 1.21 cp -a $src/modules/poweroff.com $fs/boot/isolinux 1.22 - cp stuff/*.cfg stuff/*.txt stuff/*.msg stuff/*.lss $fs/boot/isolinux 1.23 + cp $stuff/*.cfg $stuff/*.txt $stuff/*.msg $stuff/*.lss $fs/boot/isolinux 1.24 while read cfg kbd loc ; do 1.25 sed -e "s/^display/kbdmap $cfg.kbd\ndisplay/" \ 1.26 -e "s/^label/say Now using $kbd keyboard and $loc locale.\nlabel/" \