wok diff grub/receipt @ rev 7674

Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 17:16:06 2010 +0000 (2010-12-16)
parents 9c47e2a0e10b
children 02bbaa9d12ba
line diff
     1.1 --- a/grub/receipt	Fri Apr 10 15:54:35 2009 +0000
     1.2 +++ b/grub/receipt	Thu Dec 16 17:16:06 2010 +0000
     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  }