cookutils rev 234

missing tab
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 27 10:54:30 2011 +0200 (2011-05-27)
parents d59cb7bee773
children dc667a8b58d4
files cook
line diff
     1.1 --- a/cook	Fri May 27 09:05:58 2011 +0200
     1.2 +++ b/cook	Fri May 27 10:54:30 2011 +0200
     1.3 @@ -608,7 +608,7 @@
     1.4  		gettext -e "Executing: genpkg_rules\n"
     1.5  		cd $pkgdir && mkdir -p $fs
     1.6  		genpkg_rules || echo -e "\nERROR: genpkg_rules failed\n" >> \
     1.7 -		$LOGS/$pkg.log
     1.8 +			$LOGS/$pkg.log
     1.9  	fi
    1.10  
    1.11  	# First QA check to stop now if genpkg_rules failed.