wok diff gpxe/receipt @ rev 9404

Up: slitaz-mercurial-style to 1.0.7. You didn't tag. Also no need for high jumps since it will make everything else 2.0.x for linearer versioning.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Mar 27 18:50:59 2011 +0000 (2011-03-27)
parents 21ebecd31083
children e9749999c04d
line diff
     1.1 --- a/gpxe/receipt	Sat Jun 26 13:55:40 2010 +0200
     1.2 +++ b/gpxe/receipt	Sun Mar 27 18:50:59 2011 +0000
     1.3 @@ -36,9 +36,4 @@
     1.4  http://mirror.switch.ch/ftp/mirror/pxe/pxelinux.0,\
     1.5  http://download.tuxfamily.org/slitaz/pxe/pxelinux.0" | cat - /dev/zero | \
     1.6  		dd bs=1 seek=519 count=255 conv=notrunc of=$fs/boot/gpxe
     1.7 -	# Package all gpxe pkgs
     1.8 -	for i in $(cd $WOK; ls -d gpxe-*)
     1.9 -	do
    1.10 -    		tazwok genpkg $i
    1.11 -	done
    1.12  }