tazpkg rev 395

Fix (critical): autoinstall build_depends with other languages.
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Dec 09 17:31:22 2010 +0100 (2010-12-09)
parents 4f50c621a3a2
children 453950527647
files tazpkg
line diff
     1.1 --- a/tazpkg	Thu Dec 09 01:00:08 2010 +0100
     1.2 +++ b/tazpkg	Thu Dec 09 17:31:22 2010 +0100
     1.3 @@ -687,7 +687,7 @@
     1.4  	root=""
     1.5  	[ -n "$1" ] && root="--root=$1"
     1.6  	if [ "$AUTO_INSTALL_DEPS" == "yes" ]; then
     1.7 -		answer="y"
     1.8 +		answer=`translate_querry y`
     1.9  	else
    1.10  		echo ""
    1.11  		gettext "Install all missing dependencies"