diff options
author | Francois Pons <fpons@mandriva.com> | 2001-04-09 08:50:32 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-04-09 08:50:32 +0000 |
commit | 9cd566e67e12e0cbd10fe391b6921f1312542b23 (patch) | |
tree | 0e41f94712ded139627540207c063a9f353577d3 /perl-install/install_any.pm | |
parent | 60c13854e2373c0df499112b991c4173f162ec25 (diff) | |
download | drakx-9cd566e67e12e0cbd10fe391b6921f1312542b23.tar drakx-9cd566e67e12e0cbd10fe391b6921f1312542b23.tar.gz drakx-9cd566e67e12e0cbd10fe391b6921f1312542b23.tar.bz2 drakx-9cd566e67e12e0cbd10fe391b6921f1312542b23.tar.xz drakx-9cd566e67e12e0cbd10fe391b6921f1312542b23.zip |
added missing package to copy.
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 98bd22a11..66a3245dc 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -39,7 +39,7 @@ rhs-printfilters lpr cups cups-drivers samba ncpfs ghostscript-utils autologin ); #- package that have to be copied only if all their requires are satisfied. @needToCopyIfRequiresSatisfied = qw( -xpp kups +Mesa-common xpp libqtcups2 qtcups kups ); #- boot medium (the first medium to take into account). |