tazwok rev 490

tazwok, cook(): also set reverse-wanteds as broken when a package fails to compile (thanks godane)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Apr 07 21:09:09 2011 +0200 (2011-04-07)
parents 8335ba091c85
children 90cf1e650e62 621bcc0de8ca
files tazwok
line diff
     1.1 --- a/tazwok	Thu Apr 07 19:47:18 2011 +0200
     1.2 +++ b/tazwok	Thu Apr 07 21:09:09 2011 +0200
     1.3 @@ -2166,7 +2166,9 @@
     1.4  		done
     1.5  		report end-step
     1.6  	else
     1.7 -		set_pkg_broken
     1.8 +		for PACKAGE in $(look_for_wanted) $PACKAGE; do
     1.9 +			set_pkg_broken
    1.10 +		done
    1.11  		cook_code=1
    1.12  	fi
    1.13