wok diff grub4dos-linux/receipt @ rev 10717

Up: slitaz-boot-scripts (4.4) - WARNING: no more hwconf.sh and i18n.sh so we sed in rcS.conf to change that or next boot boot get lots of problem
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 28 23:23:13 2011 +0200 (2011-05-28)
parents 18c63bd0a181
children 5e3fa1dc4048
line diff
     1.1 --- a/grub4dos-linux/receipt	Sun Sep 12 19:11:14 2010 +0200
     1.2 +++ b/grub4dos-linux/receipt	Sat May 28 23:23:13 2011 +0200
     1.3 @@ -12,8 +12,9 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/lib/grub/i386-pc
     1.8 +	mkdir -p $fs/usr/lib/grub/i386-slitaz
     1.9  	cp -a $_pkg/usr/bin $fs/usr
    1.10  	cp -a $_pkg/usr/sbin $fs/usr
    1.11 -	cp -a  $_pkg/usr/lib/grub/i386-pc/*stage*  $fs/usr/lib/grub/i386-pc
    1.12 +	cp -a  $_pkg/usr/lib/grub/i386-slitaz/*stage* \
    1.13 +		$fs/usr/lib/grub/i386-slitaz
    1.14  }