wok rev 4452

fix check_flavors
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 08 10:04:15 2009 +0100 (2009-11-08)
parents 8802649167db
children d03ee64f3d3a
files tazbb/stuff/tazbb
line diff
     1.1 --- a/tazbb/stuff/tazbb	Sat Nov 07 21:37:05 2009 +0100
     1.2 +++ b/tazbb/stuff/tazbb	Sun Nov 08 10:04:15 2009 +0100
     1.3 @@ -199,7 +199,7 @@
     1.4  			echo "Missing flavor : $flavor" >> $DB_DIR/report
     1.5  			continue
     1.6  		fi
     1.7 -		for i in $(find $HG_FLAVORS -type f); do
     1.8 +		for i in $(find $HG_FLAVORS/$flavor -type f); do
     1.9  			[ $PACKAGES_REPOSITORY/$flavor.flavor -nt \
    1.10  			  $i ] && continue
    1.11  			echo $flavor >> $DB_DIR/packlist