diff options
author | Francois Pons <fpons@mandriva.com> | 2000-09-01 12:36:09 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-09-01 12:36:09 +0000 |
commit | 0c928ac011478e29c10950a8f21e4bd7140e2a63 (patch) | |
tree | e6ef28ecbe9d82ee895543842ff97fb69f1f15ae /perl-install/install_steps_interactive.pm | |
parent | ed0e070f2f50f0c2283651e1de0c9bb6713f3c29 (diff) | |
download | drakx-backup-do-not-use-0c928ac011478e29c10950a8f21e4bd7140e2a63.tar drakx-backup-do-not-use-0c928ac011478e29c10950a8f21e4bd7140e2a63.tar.gz drakx-backup-do-not-use-0c928ac011478e29c10950a8f21e4bd7140e2a63.tar.bz2 drakx-backup-do-not-use-0c928ac011478e29c10950a8f21e4bd7140e2a63.tar.xz drakx-backup-do-not-use-0c928ac011478e29c10950a8f21e4bd7140e2a63.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 09ed55085..2ed1858c1 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -578,7 +578,9 @@ sub configurePrinter { } $o->{printer}{PAPERSIZE} = $o->{lang} eq 'en' ? 'letter' : 'a4'; - printerdrake::main($o->{printer}, $o, sub { $o->pkg_install($_[0]) }, sub { install_interactive::upNetwork($o, 'pppAvoided') }); + printerdrake::main($o->{printer}, $o, sub { $o->pkg_install(@_) }, sub { install_interactive::upNetwork($o, 'pppAvoided') }); + + $o->pkg_install_if_requires_satisfied('xpp', 'kups'); } #------------------------------------------------------------------------------ |