From 2fb7069b06ed67dd299c09d3c36529ad053478de Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 5 Aug 2003 16:13:36 +0000 Subject: add flag UTF8 for rpmsrate --- perl-install/install_any.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 400768b74..d5154f17a 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -342,6 +342,7 @@ sub setDefaultPackages { $o->{compssUsersChoice}{uc($_)} = 1 foreach map { $_->{driver} =~ /Flag:(.*)/ } detect_devices::probeall(); $o->{compssUsersChoice}{SYSTEM} = 1; $o->{compssUsersChoice}{DOCS} = !$o->{excludedocs}; + $o->{compssUsersChoice}{UTF8} = $o->{locale}{utf8}; $o->{compssUsersChoice}{BURNER} = 1 if detect_devices::burners(); $o->{compssUsersChoice}{DVD} = 1 if detect_devices::dvdroms(); $o->{compssUsersChoice}{USB} = 1 if modules::get_probeall("usb-interface"); -- cgit v1.2.1