wok-stable rev 8786

Remove an uneeded 'report step' into linux receipt (tazwok get-src output one itself)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Feb 22 22:48:31 2011 +0100 (2011-02-22)
parents c871e97fbb65
children 3a1b26bb9f0b
files linux/receipt
line diff
     1.1 --- a/linux/receipt	Tue Feb 22 22:47:26 2011 +0100
     1.2 +++ b/linux/receipt	Tue Feb 22 22:48:31 2011 +0100
     1.3 @@ -23,7 +23,6 @@
     1.4  	#done
     1.5  	report open-bloc
     1.6  
     1.7 -	report step "Installing aufs source"
     1.8  	_AUFSVER=`grep  ^VERSION= $WOK/aufs/receipt | cut -d "=" -f2 | sed -e 's/"//g'`
     1.9  	AUFSDIR=$WOK/$PACKAGE/aufs-${_AUFSVER}
    1.10  	tazwok get-src aufs --target=$AUFSDIR || { report close-bloc; return 1; }