wok diff gpxe/receipt @ rev 10255

Add rake.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 04:00:00 2011 +0000 (2011-05-21)
parents 53e1828da719
children a436a235f098
line diff
     1.1 --- a/gpxe/receipt	Wed Nov 17 03:47:52 2010 +0000
     1.2 +++ b/gpxe/receipt	Sat May 21 04:00:00 2011 +0000
     1.3 @@ -8,6 +8,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://www.etherboot.org/"
     1.6  WGET_URL="http://kernel.org/pub/software/utils/boot/$PACKAGE/Old/$TARBALL"
     1.7 +
     1.8  BUILD_DEPENDS="perl"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11 @@ -17,7 +18,7 @@
    1.12  	for i in prefix.u default_boot.u cmdline.u url_list.u gcc.u; do
    1.13  		[ -f done.$i ] && continue
    1.14  		echo "Apply $i..."
    1.15 -		patch -p2 < ../../stuff/$i || return 1
    1.16 +		patch -p2 < $stuff/$i || return 1
    1.17  		touch done.$i
    1.18  	done
    1.19  	sed -i 's/ = ++ns->cur_rx %/++; ns->cur_rx %=/' drivers/net/ns83820.c