cookutils rev 713

cookall.sh: tzdata in a bdeps loop
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 12 08:44:11 2015 +0100 (2015-03-12)
parents 2042940b7565
children 1bcdba9d34f0
files cookall.sh
line diff
     1.1 --- a/cookall.sh	Sat Mar 07 15:59:20 2015 +0100
     1.2 +++ b/cookall.sh	Thu Mar 12 08:44:11 2015 +0100
     1.3 @@ -36,7 +36,7 @@
     1.4  	done
     1.5  	[ -x $DONELIST ] || continue
     1.6  	# try to break build dep loops...
     1.7 -	for pkg in gettext python udev cups libQtClucene menu-cache ; do
     1.8 +	for pkg in gettext python udev cups libQtClucene menu-cache tzdata ; do
     1.9  		grep -q "^$pkg$" $DONELIST && continue
    1.10  		grep -q "^$pkg$" /home/slitaz/cache/broken && continue
    1.11  		. /home/slitaz/wok/$pkg/receipt