wok diff grub4dos/receipt @ rev 2277

mirror-tools: fix chroot path for mkpkgiso
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 19 10:15:15 2009 +0000 (2009-02-19)
parents c2bda74f53db
children b5264e32fea6
line diff
     1.1 --- a/grub4dos/receipt	Wed Nov 19 16:41:57 2008 +0000
     1.2 +++ b/grub4dos/receipt	Thu Feb 19 10:15:15 2009 +0000
     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