wok rev 9695

gpxe: Fix to build with cookutils ($stuff)
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 07 23:27:14 2011 +0200 (2011-05-07)
parents 1011f515c592
children 74b63eaf8099
files gpxe/receipt
line diff
     1.1 --- a/gpxe/receipt	Sat May 07 23:13:45 2011 +0200
     1.2 +++ b/gpxe/receipt	Sat May 07 23:27:14 2011 +0200
     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