# HG changeset patch # User Aleksej Bobylev # Date 1458198871 -7200 # Node ID 98906245f829148e21157f42918d93f75d2532e7 # Parent 88ac4a69bf11168cf68e6360ad4a11ed4d8ea3f6 slitaz-i18n: fix commit http://hg.slitaz.org/wok/rev/18921 diff -r 88ac4a69bf11 -r 98906245f829 slitaz-i18n/stuff/locale-pack.functions --- a/slitaz-i18n/stuff/locale-pack.functions Thu Mar 17 00:11:28 2016 -0300 +++ b/slitaz-i18n/stuff/locale-pack.functions Thu Mar 17 09:14:31 2016 +0200 @@ -53,7 +53,7 @@ # Get locale definition files usil='usr/share/i18n/locales' for def in $locales; do - case def in + case $def in en_US|en_GB) # already in glibc-base ;; @@ -115,7 +115,7 @@ if [ -n "$GCONV" ]; then mkdir -p $fs/usr/lib/gconv for enc in $GCONV; do - case enc in + case $enc in ISO8859-1|ISO8859-15) # already in glibc-base ;;