diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-09-19 17:54:55 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-09-19 17:54:55 +0000 |
commit | 40601a9b0862eda424455872ad000863946a1245 (patch) | |
tree | efff838834236a101790ee6e6d64ac22c34db82c /perl-install/pkgs.pm | |
parent | 428c81bc2d5b8c9ffb1fbc5940462dd7165fe7ae (diff) | |
download | drakx-40601a9b0862eda424455872ad000863946a1245.tar drakx-40601a9b0862eda424455872ad000863946a1245.tar.gz drakx-40601a9b0862eda424455872ad000863946a1245.tar.bz2 drakx-40601a9b0862eda424455872ad000863946a1245.tar.xz drakx-40601a9b0862eda424455872ad000863946a1245.zip |
prefer cups for lpddaemon
Diffstat (limited to 'perl-install/pkgs.pm')
-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 2ec14c135..e15b727bd 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -18,7 +18,7 @@ use c; -my @preferred = 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); +my @preferred = 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); @preferred{@preferred} = (); #- lower bound on the left ( aka 90 means [90-100[ ) |