wok-current diff grub4dos/receipt @ rev 13483
up pciids (20121010)
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Thu Oct 11 23:09:19 2012 +0000 (2012-10-11) |
parents | 591ce1ef5cb6 |
children | d1c17bd2c2bc |
line diff
1.1 --- a/grub4dos/receipt Wed May 25 00:43:57 2011 +0200 1.2 +++ b/grub4dos/receipt Thu Oct 11 23:09:19 2012 +0000 1.3 @@ -9,7 +9,7 @@ 1.4 WEB_SITE="http://grub4dos.sourceforge.net/" 1.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.6 1.7 -BUILD_DEPENDS="lzma" 1.8 +BUILD_DEPENDS="lzma gcc3" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 @@ -20,7 +20,9 @@ 1.13 patch -p1 < $i 1.14 touch $(basename $i) 1.15 done 1.16 - sh ./configure \ 1.17 + sed -i 's/\[ .grub-probe.*\]/mount | grep $grubdir | grep -q xfs/' \ 1.18 + util/grub-install.in 1.19 + sh ./configure CC=gcc-3 \ 1.20 --enable-preset-menu=$stuff/menu.lst \ 1.21 --without-curses \ 1.22 $CONFIGURE_ARGS &&