summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install_any.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 0805b731f..eadee25e6 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -1221,6 +1221,8 @@ sub loadO {
foreach (keys %{$o->{rpmsrate_flags_chosen}}) {
$o->{rpmsrate_flags_chosen}{"CAT_$_"} = $o->{rpmsrate_flags_chosen}{$_};
}
+ #- it used to be always selected
+ $o->{rpmsrate_flags_chosen}{CAT_SYSTEM} = 1;
}
$o;