Blame SOURCES/0343-i18n-check-for-i18n_install_all-yes-rather-than-bein.patch

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