wok diff grub4dos/receipt @ rev 2957

Up: cvs (1.11.23)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri May 08 22:12:38 2009 +0200 (2009-05-08)
parents c2bda74f53db
children b5264e32fea6
line diff
     1.1 --- a/grub4dos/receipt	Wed Nov 19 16:41:57 2008 +0000
     1.2 +++ b/grub4dos/receipt	Fri May 08 22:12:38 2009 +0200
     1.3 @@ -13,8 +13,10 @@
     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  	lzma e $src/grub.exe $fs/usr/share/boot/grub.exe.lzma
    1.10  	lzma e $src/grldr $fs/usr/share/boot/grldr.lzma
    1.11 +	cp $src/bootlace.com $fs/usr/bin/bootlace
    1.12 +	chmod +x $fs/usr/bin/bootlace
    1.13  }
    1.14