712866
From 7c0b1d864dda88befa458b34d9408605883e2c74 Mon Sep 17 00:00:00 2001
712866
From: Harald Hoyer <harald@redhat.com>
712866
Date: Thu, 14 Aug 2014 12:56:53 +0200
712866
Subject: [PATCH] i18n: check for $i18n_install_all == "yes" rather than being
712866
 set
712866
712866
i18n_install_all="no" does not have the expected effect without this
712866
patch
712866
712866
(cherry picked from commit ae488efa5e6103ffc1be8b8782f8a1c7a5aa90b4)
712866
---
712866
 modules.d/10i18n/module-setup.sh | 2 +-
712866
 1 file changed, 1 insertion(+), 1 deletion(-)
712866
712866
diff --git a/modules.d/10i18n/module-setup.sh b/modules.d/10i18n/module-setup.sh
5c6c2a
index 2c0a275c..4fd81162 100755
712866
--- a/modules.d/10i18n/module-setup.sh
712866
+++ b/modules.d/10i18n/module-setup.sh
712866
@@ -241,7 +241,7 @@ install() {
712866
     if checks; then
712866
         install_base
712866
 
712866
-        if [[ ${hostonly} ]] && ! [[ ${i18n_install_all} ]]; then
712866
+        if [[ ${hostonly} ]] && ! [[ ${i18n_install_all} == "yes" ]]; then
712866
             install_local_i18n || install_all_kbd
712866
         else
712866
             install_all_kbd