wok diff linld/receipt @ rev 18228

linld: add tobzimage
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jul 23 09:44:18 2015 +0200 (2015-07-23)
parents ab69381ebbcc
children 347588653a93
line diff
     1.1 --- a/linld/receipt	Sun Dec 14 01:53:01 2014 +0100
     1.2 +++ b/linld/receipt	Thu Jul 23 09:44:18 2015 +0200
     1.3 @@ -31,9 +31,9 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/share/boot
     1.8 +	mkdir -p $fs/usr/share/boot $fs/usr/bin
     1.9  	cp $src/LINLD$(echo $VERSION | sed 's/[^0-9]//')/LINLD.COM \
    1.10  		$fs/usr/share/boot/linld.com
    1.11  	cp $stuff/linld.txt $fs/usr/share/boot/
    1.12 +	cp $stuff/tobzimage $fs/usr/bin
    1.13  }
    1.14 -