wok diff etherboot/receipt @ rev 1453

ndiswrapper: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 03 14:05:05 2008 +0000 (2008-10-03)
parents 4a87a0aa0476
children 3d99ecce2d4b
line diff
     1.1 --- a/etherboot/receipt	Fri Apr 11 16:30:14 2008 +0000
     1.2 +++ b/etherboot/receipt	Fri Oct 03 14:05:05 2008 +0000
     1.3 @@ -13,8 +13,14 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src/src
     1.7 -	patch -p2 < ../../stuff/etherboot-net.u
     1.8 -	patch -p2 < ../../stuff/etherboot-prefix.u
     1.9 +	while read file; do
    1.10 +		[ -f done.$file ] && continue
    1.11 +		patch -p2 < ../../stuff/$file
    1.12 +		touch done.$file
    1.13 +	done <<EOT
    1.14 +etherboot-net.u
    1.15 +etherboot-prefix.u
    1.16 +EOT
    1.17  	make bin/etherboot-net.bzImage
    1.18  }
    1.19