wok diff syslinux/receipt @ rev 12264

Up: mpfr (3.1.0)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 12 13:04:07 2012 +0200 (2012-04-12)
parents 3ae84f4269b5
children af17de69f535
line diff
     1.1 --- a/syslinux/receipt	Mon Feb 13 22:03:47 2012 +0100
     1.2 +++ b/syslinux/receipt	Thu Apr 12 13:04:07 2012 +0200
     1.3 @@ -19,8 +19,9 @@
     1.4      cp $stuff/tools/isohybrid.sh .
     1.5      cp $stuff/tools/keytab-lilo.pl .
     1.6      cp $stuff/extra/ifmem.c com32/modules
     1.7 +    cp $stuff/extra/md5sum.c com32/modules
     1.8      grep -q ifmem.c32 com32/modules/Makefile ||
     1.9 -	sed -i 's/ifcpu64.c32/ifcpu64.c32 ifmem.c32/' com32/modules/Makefile
    1.10 +	sed -i 's/ifcpu64.c32/ifcpu64.c32 ifmem.c32 md5sum.c32/' com32/modules/Makefile
    1.11      make -C com32
    1.12      ./isohybrid.sh --build
    1.13      for i in /usr/share/kbd/keymaps/i386/*/*.map.gz; do
    1.14 @@ -38,6 +39,7 @@
    1.15      cp -a $src/core/isolinux.bin $fs/boot/isolinux
    1.16      cp -a $src/com32/modules/reboot.c32 $fs/boot/isolinux
    1.17      cp -a $src/com32/modules/ifmem.c32 $fs/boot/isolinux
    1.18 +    cp -a $src/com32/modules/md5sum.c32 $fs/boot/isolinux
    1.19      cp -a $src/com32/menu/vesamenu.c32 $fs/boot/isolinux
    1.20      cp -a $src/modules/poweroff.com $fs/boot/isolinux
    1.21      # $stuff/isolinux.msg is the old way the have a splash image.