diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-02-20 13:03:02 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-02-20 13:03:02 +0000 |
commit | aa802485390d6d6245b2551630e8ec13eaa80eec (patch) | |
tree | 33f4176ce6572a8fce3fc343a92879f22e7793ce | |
parent | 4fb157f14bc5ecca4476e1785d0268994497a74e (diff) | |
download | drakx-aa802485390d6d6245b2551630e8ec13eaa80eec.tar drakx-aa802485390d6d6245b2551630e8ec13eaa80eec.tar.gz drakx-aa802485390d6d6245b2551630e8ec13eaa80eec.tar.bz2 drakx-aa802485390d6d6245b2551630e8ec13eaa80eec.tar.xz drakx-aa802485390d6d6245b2551630e8ec13eaa80eec.zip |
prefer myspell-en_US
-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 ec68cb0f6..3719c5309 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 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 apache); +our %preferred = map { $_ => undef } qw(perl-GTK postfix mdkkdm myspell-en_US gcc gcc-cpp gcc-c++ proftpd ghostscript-X vim-minimal kernel db1 db2 ispell-en Bastille-Curses-module nautilus libxpm4 zlib1 libncurses5 harddrake cups apache); #- lower bound on the left ( aka 90 means [90-100[ ) our %compssListDesc = ( |