wok diff linld/receipt @ rev 18417

gimp, guichan: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 21 10:02:55 2015 +0200 (2015-09-21)
parents df58e6c974a3
children 86c9fae82f47
line diff
     1.1 --- a/linld/receipt	Thu Jul 23 09:44:18 2015 +0200
     1.2 +++ b/linld/receipt	Mon Sep 21 10:02:55 2015 +0200
     1.3 @@ -26,6 +26,10 @@
     1.4  !compile.bat
     1.5  EOT
     1.6  	SDL_VIDEODRIVER=dummy dosbox MAKE.BAT -exit -c "mount D $src"
     1.7 +	cc -o tobzimage.o -Wa,-algms=tobzimage.lst -c $stuff/tobzimage.S
     1.8 +	objcopy -O binary tobzimage.o tobzimage.bin
     1.9 +	cp $stuff/tobzimage .
    1.10 +	./tobzimage --build
    1.11  }
    1.12  
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14 @@ -35,5 +39,5 @@
    1.15  	cp $src/LINLD$(echo $VERSION | sed 's/[^0-9]//')/LINLD.COM \
    1.16  		$fs/usr/share/boot/linld.com
    1.17  	cp $stuff/linld.txt $fs/usr/share/boot/
    1.18 -	cp $stuff/tobzimage $fs/usr/bin
    1.19 +	cp $src/tobzimage $fs/usr/bin
    1.20  }