wok-4.x diff vanessa_logger/receipt @ rev 11400

Fix: typo in linux && linux-libre receipts (thanks to godane)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Dec 11 02:12:34 2011 +0100 (2011-12-11)
parents 3c0c76a7be6e
children
line diff
     1.1 --- a/vanessa_logger/receipt	Wed May 11 22:49:07 2011 +0200
     1.2 +++ b/vanessa_logger/receipt	Sun Dec 11 02:12:34 2011 +0100
     1.3 @@ -26,7 +26,7 @@
     1.4  	for i in $(cd $WOK; ls -d vanessa_logger-*)
     1.5  	do
     1.6  		if [ -x /usr/bin/cook ]; then
     1.7 -			cook $1
     1.8 +			cook $i
     1.9  		else
    1.10  			tazwok cook $i
    1.11  		fi