wok diff visualboyadvance/receipt @ rev 10638

linux-libre: Fixed to only use tazwok if cook doesn't exist. Fixed also some typos.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu May 26 18:26:21 2011 +0000 (2011-05-26)
parents c1cd96feca64
children 8e4c74abdf74
line diff
     1.1 --- a/visualboyadvance/receipt	Sun Oct 31 23:23:34 2010 +0100
     1.2 +++ b/visualboyadvance/receipt	Thu May 26 18:26:21 2011 +0000
     1.3 @@ -17,7 +17,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	for i in ../stuff/$VERSION-*.patch; do
     1.8 +	for i in $stuff/$VERSION-*.patch; do
     1.9  		patch -Np0 < $i
    1.10  	done
    1.11  	./configure \