summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-01-18 13:30:49 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-01-18 13:30:49 +0000
commitb6650dfc5bb0c006f331c67375609a3fc37c4dd0 (patch)
tree204a419bca324ea532e66ee64225a2a2a6a7cfab /perl-install/install_any.pm
parent24fe18c101353d6986beb925f31fc119464773c9 (diff)
downloaddrakx-b6650dfc5bb0c006f331c67375609a3fc37c4dd0.tar
drakx-b6650dfc5bb0c006f331c67375609a3fc37c4dd0.tar.gz
drakx-b6650dfc5bb0c006f331c67375609a3fc37c4dd0.tar.bz2
drakx-b6650dfc5bb0c006f331c67375609a3fc37c4dd0.tar.xz
drakx-b6650dfc5bb0c006f331c67375609a3fc37c4dd0.zip
auto_install compatibility: CAT_SYSTEM used to be selected by default
Diffstat (limited to 'perl-install/install_any.pm')
-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;