wok diff grub/receipt @ rev 12254

Up: slitaz-configs (4.9.1) - Last minute bug fix
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 13:54:27 2012 +0200 (2012-04-10)
parents d1768332cee0
children 86e86ea880e3
line diff
     1.1 --- a/grub/receipt	Sun May 08 09:01:58 2011 +0000
     1.2 +++ b/grub/receipt	Tue Apr 10 13:54:27 2012 +0200
     1.3 @@ -10,6 +10,8 @@
     1.4  WGET_URL="ftp://alpha.gnu.org/gnu/grub/$TARBALL"
     1.5  CONFIG_FILES="/boot/grub"
     1.6  
     1.7 +BUILD_DEPENDS="gcc3"
     1.8 +
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11  {
    1.12 @@ -19,7 +21,9 @@
    1.13  		patch -p1 < $i
    1.14  		touch $(basename $i)
    1.15  	done
    1.16 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.17 +	sed -i 's/\[ .grub-probe.*\]/mount | grep $grubdir | grep -q xfs/' \
    1.18 +		util/grub-install.in
    1.19 +	./configure CC=gcc-3 --prefix=/usr --infodir=/usr/share/info \
    1.20  	--without-curses --mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.21  	make &&
    1.22  	make DESTDIR=$PWD/_pkg install