From b72a0266385128c33334eabe173633fce9e1f362 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 19 Sep 2001 13:40:59 +0000 Subject: - gmc instead of nautilus for non-latin1 installs - introduce CHARSET flag and use it --- perl-install/install_any.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install_any.pm') 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. -- cgit v1.2.1