diff options
author | Francois Pons <fpons@mandriva.com> | 2002-01-09 10:57:00 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-01-09 10:57:00 +0000 |
commit | 28a0d63aa74d1e3f4b17e53ef7e5c9289993e2dc (patch) | |
tree | 1861b6cfce83b8eb7114abd40cd9b765e730c0ec /perl-install | |
parent | 7847c8d347e416eba242a09726a042b86974dc35 (diff) | |
download | drakx-28a0d63aa74d1e3f4b17e53ef7e5c9289993e2dc.tar drakx-28a0d63aa74d1e3f4b17e53ef7e5c9289993e2dc.tar.gz drakx-28a0d63aa74d1e3f4b17e53ef7e5c9289993e2dc.tar.bz2 drakx-28a0d63aa74d1e3f4b17e53ef7e5c9289993e2dc.tar.xz drakx-28a0d63aa74d1e3f4b17e53ef7e5c9289993e2dc.zip |
fixed stupid.
Diffstat (limited to 'perl-install')
-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 762a3657e..6f85ec76f 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -671,7 +671,7 @@ Please choose the minimal installation you want"), [ __("Base system only"), __( $o->{default_packages} = []; $o->{compssUsersChoice}{$_} = 0 foreach keys %{$o->{compssUsersChoice}}; } else { - install_any::setDefaultPackage($o); + install_any::setDefaultPackages($o); $o->{compssUsersChoice}{X} = $type eq __('With X'); } install_any::unselectMostPackages($o); |