tazwok rev 96

cmp --cook: skip dependancy misses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 03 08:56:44 2008 +0000 (2008-10-03)
parents b46797cbef05
children 512988521ab9
files tazwok
line diff
     1.1 --- a/tazwok	Fri Oct 03 07:59:59 2008 +0000
     1.2 +++ b/tazwok	Fri Oct 03 08:56:44 2008 +0000
     1.3 @@ -729,7 +729,7 @@
     1.4  				fi
     1.5  			fi
     1.6  			if [ "$2" = "--cook" ]; then
     1.7 -				tazwok cook $PACKAGE
     1.8 +				yes '' | tazwok cook $PACKAGE
     1.9  			fi
    1.10  		done
    1.11  		for pkg in `cd $PACKAGES_REPOSITORY && ls *.tazpkg`