From 28a0d63aa74d1e3f4b17e53ef7e5c9289993e2dc Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 9 Jan 2002 10:57:00 +0000 Subject: fixed stupid. --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps_interactive.pm') 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); -- cgit v1.2.1