diff options
author | Francois Pons <fpons@mandriva.com> | 2002-07-19 15:46:31 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-07-19 15:46:31 +0000 |
commit | 82f9ccc126583c56bf033447a8955d7e0ccf9324 (patch) | |
tree | 8aa2dd4efa2568b5d6c5eabca8f9e74bbc87f3f5 /perl-install | |
parent | 7576a28c6704c5fbfd39f9b8733a953d101f5189 (diff) | |
download | drakx-82f9ccc126583c56bf033447a8955d7e0ccf9324.tar drakx-82f9ccc126583c56bf033447a8955d7e0ccf9324.tar.gz drakx-82f9ccc126583c56bf033447a8955d7e0ccf9324.tar.bz2 drakx-82f9ccc126583c56bf033447a8955d7e0ccf9324.tar.xz drakx-82f9ccc126583c56bf033447a8955d7e0ccf9324.zip |
make sure unselectMostPackages is called (so that changes in default_packages
are taken into account... but is may be any changes here ?).
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 3aebfe8ed..069764f7d 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -673,7 +673,7 @@ Please choose the minimal installation you want:"), install_any::setDefaultPackages($o, 'clean'); $o->{compssUsersChoice}{X} = $X; } - $unselect_all or install_any::unselectMostPackages($o); + install_any::unselectMostPackages($o); } 1; } |