summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-03-17 18:28:37 +0000
committerFrancois Pons <fpons@mandriva.com>2000-03-17 18:28:37 +0000
commitc2291d42ccff39452769c2c5d1e62842765dcf7b (patch)
tree14ce67c307837e19500279e7d0133ac53933f329 /perl-install/install_steps_interactive.pm
parent3622540f67228fabb5399876b5af89f37cf461be (diff)
downloaddrakx-backup-do-not-use-c2291d42ccff39452769c2c5d1e62842765dcf7b.tar
drakx-backup-do-not-use-c2291d42ccff39452769c2c5d1e62842765dcf7b.tar.gz
drakx-backup-do-not-use-c2291d42ccff39452769c2c5d1e62842765dcf7b.tar.bz2
drakx-backup-do-not-use-c2291d42ccff39452769c2c5d1e62842765dcf7b.tar.xz
drakx-backup-do-not-use-c2291d42ccff39452769c2c5d1e62842765dcf7b.zip
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 157df8c82..18b9e3059 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -560,8 +560,9 @@ sub servicesConfig {
sub printerConfig($) {
my ($o) = @_;
+ require printer;
+ eval { add2hash($o->{printer} ||= {}, printer::getinfo($o->{prefix})) };
require printerdrake;
- eval { add2hash($o->{printer}, printerdrake::getinfo($o->{prefix})) };
printerdrake::main($o->{printer}, $o, sub { install_any::pkg_install($o, $_[0]) });
}