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 | |
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.
-rw-r--r-- | perl-install/install_any.pm | 2 | ||||
-rwxr-xr-x | rescue/tree/etc/oem | 2 |
2 files changed, 2 insertions, 2 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). diff --git a/rescue/tree/etc/oem b/rescue/tree/etc/oem index 931d26ce0..8cf5ebacf 100755 --- a/rescue/tree/etc/oem +++ b/rescue/tree/etc/oem @@ -301,7 +301,7 @@ sub select_packages { foreach my $pkg (@{$o->{packages}{depslist}}) { delete $pkg->{selected} and $pkg->{closure} = 1; } - foreach (qw(xpp kups)) { + foreach (qw(Mesa-common xpp libqtcups2 qtcups kups)) { my $pkg = pkgs::packageByName($o->{packages}, $_); $pkg and $pkg->{closure} = 1; } |