tazwok rev 217

Fix: blocked should not be removed anymore
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Feb 01 21:12:30 2011 +0100 (2011-02-01)
parents 72168fe681a5
children f0ecd3957c1c
files tazwok
line diff
     1.1 --- a/tazwok	Tue Feb 01 20:53:27 2011 +0100
     1.2 +++ b/tazwok	Tue Feb 01 21:12:30 2011 +0100
     1.3 @@ -1237,7 +1237,6 @@
     1.4  sort_db()
     1.5  {
     1.6  	report step "Generating cookorder.txt"
     1.7 -	rm $PACKAGES_REPOSITORY/blocked && touch $PACKAGES_REPOSITORY/blocked
     1.8  	cat $dep_db | sed 's/ \t / /' | while read PACKAGE BUILD_DEPENDS; do
     1.9  		grep -q ^$PACKAGE$'\t' $wan_db && continue
    1.10