summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-09-19 13:40:59 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-09-19 13:40:59 +0000
commitb72a0266385128c33334eabe173633fce9e1f362 (patch)
tree925862d2193ec4a1daa52c6854063e7500e20e0a /perl-install/install_any.pm
parent3c451111c10daade8ebb2720304fa02225a9a33f (diff)
downloaddrakx-backup-do-not-use-b72a0266385128c33334eabe173633fce9e1f362.tar
drakx-backup-do-not-use-b72a0266385128c33334eabe173633fce9e1f362.tar.gz
drakx-backup-do-not-use-b72a0266385128c33334eabe173633fce9e1f362.tar.bz2
drakx-backup-do-not-use-b72a0266385128c33334eabe173633fce9e1f362.tar.xz
drakx-backup-do-not-use-b72a0266385128c33334eabe173633fce9e1f362.zip
- gmc instead of nautilus for non-latin1 installs
- introduce CHARSET flag and use it
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index da9f376ee..2a5e591ab 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -400,6 +400,7 @@ sub setPackages {
foreach (lang::langsLANGUAGE($o->{langs})) {
$o->{compssUsersChoice}{qq(LOCALES"$_")} = 1;
}
+ $o->{compssUsersChoice}{'CHARSET"' . lang::lang2charset($o->{lang}) . '"'} = 1;
} else {
#- this has to be done to make sure necessary files for urpmi are
#- present.