wok rev 1729

grub4dos: add bootlace
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 19 23:46:41 2008 +0000 (2008-11-19)
parents b40e4601e9b5
children 1e9438c5af8d
files grub4dos/receipt
line diff
     1.1 --- a/grub4dos/receipt	Thu Nov 20 00:18:19 2008 +0100
     1.2 +++ b/grub4dos/receipt	Wed Nov 19 23:46:41 2008 +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