summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-08-09 07:06:19 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-08-09 07:06:19 +0000
commit7db5765e222c6d84bfe33dd7258c8ffe61d4be12 (patch)
tree2931ec6f2bb94eb83d7994e47f958576e083e451 /perl-install/install_steps.pm
parent341632802a32dbc7924a82035ae34a1b73e58b37 (diff)
downloaddrakx-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.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index b586ea3ed..0afb51383 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -129,7 +129,7 @@ sub selectLanguage {
lang::write_langs($o->{locale}{langs});
} 'formatPartitions';
addToBeDone {
- lang::write($o->{locale});
+ lang::write_and_install($o->{locale}, $o->do_pkgs);
} 'installPackages';
}
#------------------------------------------------------------------------------