diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-09-18 17:32:29 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-09-18 17:32:29 +0000 |
commit | 8d89d76d2ea24f088b943c420ef71a1ca0a0acb5 (patch) | |
tree | e1518ea8c26bea383e443b8ff62804186b26cb43 /perl-install/share/gen_locales.sh | |
parent | 8bd3f189dae7471d0eacce5814566754979b9307 (diff) | |
download | drakx-8d89d76d2ea24f088b943c420ef71a1ca0a0acb5.tar drakx-8d89d76d2ea24f088b943c420ef71a1ca0a0acb5.tar.gz drakx-8d89d76d2ea24f088b943c420ef71a1ca0a0acb5.tar.bz2 drakx-8d89d76d2ea24f088b943c420ef71a1ca0a0acb5.tar.xz drakx-8d89d76d2ea24f088b943c420ef71a1ca0a0acb5.zip |
- remove ISO-8859-5, KOI8-R and KOI8-U
- cleanup packdrake extracting locales
- cleanup/fixes lang.pm
Diffstat (limited to 'perl-install/share/gen_locales.sh')
-rwxr-xr-x | perl-install/share/gen_locales.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/share/gen_locales.sh b/perl-install/share/gen_locales.sh index 88b12b3f5..981170484 100755 --- a/perl-install/share/gen_locales.sh +++ b/perl-install/share/gen_locales.sh @@ -9,7 +9,7 @@ for i in LC_ADDRESS LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MONETARY LC_N done # lc_ctype for common encoding -for i in CP1251 ISO-8859-13 ISO-8859-14 ISO-8859-15 ISO-8859-2 ISO-8859-3 ISO-8859-5 ISO-8859-7 ISO-8859-9 ISO-8859-9E KOI8-U KOI8-R ; do +for i in CP1251 ISO-8859-13 ISO-8859-14 ISO-8859-15 ISO-8859-2 ISO-8859-3 ISO-8859-7 ISO-8859-9 ISO-8859-9E ; do f=usr/share/locale/$i/LC_CTYPE [ -e /$f ] || { echo missing /$f ; exit 1 ; } cp -f /$f $f |