From a29dfd9235315046116622d9bc04f786e51217d0 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 29 Jan 2002 11:35:34 +0000 Subject: "With X" choice is now working --- perl-install/install_steps_interactive.pm | 2 ++ 1 file changed, 2 insertions(+) (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 caeac299c..834befccd 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -681,7 +681,9 @@ Please choose the minimal installation you want"), if ($minimal) { $o->{compssUsersChoice}{$_} = 0 foreach keys %{$o->{compssUsersChoice}}; } else { + my $X = $o->{compssUsersChoice}{X}; #- don't let setDefaultPackages modify this one install_any::setDefaultPackages($o, 'clean'); + $o->{compssUsersChoice}{X} = $X; } install_any::unselectMostPackages($o); } -- cgit v1.2.1