i18n: check for $i18n_install_all == "yes" rather than being set

i18n_install_all="no" does not have the expected effect without this
patch
master
Harald Hoyer 2014-08-14 12:56:53 +02:00
parent 32125a976b
commit ae488efa5e
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ install() {
if checks; then
install_base

if [[ ${hostonly} ]] && ! [[ ${i18n_install_all} ]]; then
if [[ ${hostonly} ]] && ! [[ ${i18n_install_all} == "yes" ]]; then
install_local_i18n || install_all_kbd
else
install_all_kbd