diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-08-09 07:06:19 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-08-09 07:06:19 +0000 |
commit | 7db5765e222c6d84bfe33dd7258c8ffe61d4be12 (patch) | |
tree | 2931ec6f2bb94eb83d7994e47f958576e083e451 /perl-install/install_steps_interactive.pm | |
parent | 341632802a32dbc7924a82035ae34a1b73e58b37 (diff) | |
download | drakx-7db5765e222c6d84bfe33dd7258c8ffe61d4be12.tar drakx-7db5765e222c6d84bfe33dd7258c8ffe61d4be12.tar.gz drakx-7db5765e222c6d84bfe33dd7258c8ffe61d4be12.tar.bz2 drakx-7db5765e222c6d84bfe33dd7258c8ffe61d4be12.tar.xz drakx-7db5765e222c6d84bfe33dd7258c8ffe61d4be12.zip |
create lang::write_and_install() which takes a $do_pkgs
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 560f5feb9..2e1f9f762 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -959,7 +959,7 @@ sub summary { my @pkgs = pkgs::packagesProviding($o->{packages}, "locales-$pkg_locale"); $o->pkg_install(map { $_->name } @pkgs) if @pkgs; - lang::write($o->{locale}); + lang::write_and_install($o->{locale}, $o->do_pkgs); if (!$timezone_manually_set) { delete $o->{timezone}; install_any::preConfigureTimezone($o); #- now we can precise the timezone thanks to the country |