wok diff grub4dos/receipt @ rev 13277
Add X keyboard name aliases in kbd-base (Bug 19)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 23 10:14:12 2012 +0200 (2012-08-23) |
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 Aug 23 10:14:12 2012 +0200 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 &&