summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-02-28 11:39:55 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-02-28 11:39:55 +0000
commitef13927de5df2c3adc5b0175308b66e85665b5ba (patch)
tree1d9c1d47cbaedd589963e42aff4ee7f84ccaebe5
parent4734c061f9e22f36fda0d9feb722f3251bba65a7 (diff)
downloaddrakx-backup-do-not-use-ef13927de5df2c3adc5b0175308b66e85665b5ba.tar
drakx-backup-do-not-use-ef13927de5df2c3adc5b0175308b66e85665b5ba.tar.gz
drakx-backup-do-not-use-ef13927de5df2c3adc5b0175308b66e85665b5ba.tar.bz2
drakx-backup-do-not-use-ef13927de5df2c3adc5b0175308b66e85665b5ba.tar.xz
drakx-backup-do-not-use-ef13927de5df2c3adc5b0175308b66e85665b5ba.zip
(configurePrinter): qtcups install_if_requires_satisfied (before kups)
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 2bab43533..db51c1ca5 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -770,7 +770,7 @@ sub configurePrinter {
$printer->{PAPERSIZE} = $o->{lang} eq 'en' ? 'letter' : 'a4';
printerdrake::main($printer, $o, sub { $o->pkg_install(@_) }, sub { install_interactive::upNetwork($o, 'pppAvoided') });
- $o->pkg_install_if_requires_satisfied('xpp', 'kups') if %{$printer->{configured} || {}} == ();
+ $o->pkg_install_if_requires_satisfied('xpp', 'qtcups', 'kups') if %{$printer->{configured} || {}} == ();
}
#------------------------------------------------------------------------------