summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-01-29 11:35:34 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-01-29 11:35:34 +0000
commita29dfd9235315046116622d9bc04f786e51217d0 (patch)
tree3656b28daab06b6086135c7c1da489ff31a79a36 /perl-install
parent2eae13baa4bba43063ce95da1748d2d3c1f4d1ee (diff)
downloaddrakx-backup-do-not-use-a29dfd9235315046116622d9bc04f786e51217d0.tar
drakx-backup-do-not-use-a29dfd9235315046116622d9bc04f786e51217d0.tar.gz
drakx-backup-do-not-use-a29dfd9235315046116622d9bc04f786e51217d0.tar.bz2
drakx-backup-do-not-use-a29dfd9235315046116622d9bc04f786e51217d0.tar.xz
drakx-backup-do-not-use-a29dfd9235315046116622d9bc04f786e51217d0.zip
"With X" choice is now working
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 2 insertions, 0 deletions
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);
}