diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-02-03 13:09:46 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-02-03 13:09:46 +0000 |
commit | 2a13fd838163e4536b55888cc74a6026ddbc21a1 (patch) | |
tree | f0fe9a4232ee59d85e9b4a4e90e5a2deef79fce8 | |
parent | fbf5e27a8756fa6d4c8c3e03a36df69cc2b09857 (diff) | |
download | drakx-2a13fd838163e4536b55888cc74a6026ddbc21a1.tar drakx-2a13fd838163e4536b55888cc74a6026ddbc21a1.tar.gz drakx-2a13fd838163e4536b55888cc74a6026ddbc21a1.tar.bz2 drakx-2a13fd838163e4536b55888cc74a6026ddbc21a1.tar.xz drakx-2a13fd838163e4536b55888cc74a6026ddbc21a1.zip |
prefer mdkkdm over kdebase-kdm
-rw-r--r-- | perl-install/pkgs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index adf370d09..f787c60c7 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -16,7 +16,7 @@ use loopback; use c; -our %preferred = map { $_ => undef } qw(perl-GTK postfix gcc gcc-cpp gcc-c++ proftpd ghostscript-X vim-minimal kernel db1 db2 ispell-en Bastille-Curses-module nautilus libxpm4 zlib1 libncurses5 harddrake cups); +our %preferred = map { $_ => undef } qw(perl-GTK postfix mdkkdm gcc gcc-cpp gcc-c++ proftpd ghostscript-X vim-minimal kernel db1 db2 ispell-en Bastille-Curses-module nautilus libxpm4 zlib1 libncurses5 harddrake cups); #- lower bound on the left ( aka 90 means [90-100[ ) our %compssListDesc = ( |