wok diff grub/receipt @ rev 6124

tazbb : typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 05 15:13:29 2010 +0200 (2010-09-05)
parents 9c47e2a0e10b
children 02bbaa9d12ba
line diff
     1.1 --- a/grub/receipt	Fri Apr 10 15:54:35 2009 +0000
     1.2 +++ b/grub/receipt	Sun Sep 05 15:13:29 2010 +0200
     1.3 @@ -9,7 +9,6 @@
     1.4  WEB_SITE="http://www.gnu.org/software/grub/"
     1.5  WGET_URL="ftp://alpha.gnu.org/gnu/grub/$TARBALL"
     1.6  CONFIG_FILES="/boot/grub"
     1.7 -DEPENDS="ncurses"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11 @@ -21,7 +20,7 @@
    1.12  		touch $(basename $i)
    1.13  	done
    1.14  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.15 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.16 +	--without-curses --mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.17  	make &&
    1.18  	make DESTDIR=$PWD/_pkg install
    1.19  }