cookutils diff cook @ rev 236

cook: recharge pkgs list before creating flavors and up documentation
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 27 13:43:35 2011 +0200 (2011-05-27)
parents dc667a8b58d4
children bcc48b546d5b
line diff
     1.1 --- a/cook	Fri May 27 13:34:28 2011 +0200
     1.2 +++ b/cook	Fri May 27 13:43:35 2011 +0200
     1.3 @@ -938,8 +938,10 @@
     1.4  		flavors=$SLITAZ/flavors
     1.5  		live=$SLITAZ/live
     1.6  		[ -d "$flavors" ] || exit 0
     1.7 -		echo "Creating flavors files in: $live"
     1.8 +		gettext "Creating flavors files in:"; echo " $live"
     1.9  		separator
    1.10 +		gettext -e "Recharging lists to use latest packages...\n"
    1.11 +		tazpkg recharge 2>&1 >/dev/null
    1.12  		
    1.13  		# We need a custom tazlito config to set working dir to /home/slitaz.
    1.14  		if [ ! -f "$live/tazlito.conf" ]; then