diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-01-10 12:16:01 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-01-10 12:16:01 +0000 |
commit | 6c70d760f5b8cee14261dd8e5af9fbaa1bdc8545 (patch) | |
tree | 1e87c5eaac304d7c79ccd5f99da2f4c41e16a679 | |
parent | 25d3d7e5f8d1270131b4ed391bc32cffd656ba81 (diff) | |
download | drakx-6c70d760f5b8cee14261dd8e5af9fbaa1bdc8545.tar drakx-6c70d760f5b8cee14261dd8e5af9fbaa1bdc8545.tar.gz drakx-6c70d760f5b8cee14261dd8e5af9fbaa1bdc8545.tar.bz2 drakx-6c70d760f5b8cee14261dd8e5af9fbaa1bdc8545.tar.xz drakx-6c70d760f5b8cee14261dd8e5af9fbaa1bdc8545.zip |
simplify
-rw-r--r-- | perl-install/share/rpmsrate | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-install/share/rpmsrate b/perl-install/share/rpmsrate index 4c710be9f..20da230a0 100644 --- a/perl-install/share/rpmsrate +++ b/perl-install/share/rpmsrate @@ -621,8 +621,9 @@ CAT_X LOCALES"ko" fonts-ttf-korean LOCALES"ta" fonts-ttf-tamil fonts-ttf-tscii fonts-bitmap-tscii LOCALES"th" fonts-ttf-thai - LOCALES"zh_CN" || LOCALES"zh" fonts-ttf-chinese fonts-ttf-gb2312 - LOCALES"zh_TW" || LOCALES"zh" taipeifonts fonts-ttf-chinese fonts-ttf-big5 + LOCALES"zh" fonts-ttf-chinese + LOCALES"zh_CN" fonts-ttf-gb2312 + LOCALES"zh_TW" taipeifonts fonts-ttf-big5 DOCS 5 man info man-pages |