From 9cd566e67e12e0cbd10fe391b6921f1312542b23 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 9 Apr 2001 08:50:32 +0000 Subject: added missing package to copy. --- perl-install/install_any.pm | 2 +- 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; } -- cgit v1.2.1