summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-09-06 11:29:04 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-09-06 11:29:04 +0000
commit1c131849956ed81b1eebff595d7427783560a5ab (patch)
tree2e3467ad2db5b239ab73be45a8776659fe4c575d /perl-install/install_steps_interactive.pm
parent9d884bfa84bff3c27290d7e9014f17f17cee517c (diff)
downloaddrakx-backup-do-not-use-1c131849956ed81b1eebff595d7427783560a5ab.tar
drakx-backup-do-not-use-1c131849956ed81b1eebff595d7427783560a5ab.tar.gz
drakx-backup-do-not-use-1c131849956ed81b1eebff595d7427783560a5ab.tar.bz2
drakx-backup-do-not-use-1c131849956ed81b1eebff595d7427783560a5ab.tar.xz
drakx-backup-do-not-use-1c131849956ed81b1eebff595d7427783560a5ab.zip
drop lang::write()'s prefix parameter in favor of $::prefix (which was already partially done)
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index fb1ee8c07..4a0cf1d76 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -924,7 +924,7 @@ sub summary {
my @pkgs = pkgs::packagesProviding($o->{packages}, "locales-$pkg_locale");
$o->pkg_install(map { $_->name } @pkgs) if @pkgs;
- lang::write($o->{prefix}, $o->{locale});
+ lang::write($o->{locale});
if (!$timezone_manually_set) {
delete $o->{timezone};
install_any::preConfigureTimezone($o); #- now we can precise the timezone thanks to the country