summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r--perl-install/install/steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm
index 957a9da0e..49637c7b4 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -585,7 +585,7 @@ Please choose the minimal installation you want:"),
) or return &chooseGroups;
if ($minimal) {
- $o->{rpmsrate_flags_chosen}{CAT_X} = $docs = 0;
+ $o->{rpmsrate_flags_chosen}{CAT_X} = $docs = $suggests = 0;
$o->{rpmsrate_flags_chosen}{CAT_SYSTEM} = 0;
}
$o->{excludedocs} = !$docs;