From d2b5901dc558a5c0f1cf55c85f2da95af02d740c Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Sun, 18 Aug 2002 23:12:33 +0000 Subject: Fixed HP multi-function device configuration during the installation: - Fixed mistyped package name for "mtoolsfm" - Set links for photo card reader auto-detection to work --- perl-install/printer.pm | 6 ++++++ perl-install/printerdrake.pm | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/perl-install/printer.pm b/perl-install/printer.pm index 012e443cd..41e2435d6 100644 --- a/perl-install/printer.pm +++ b/perl-install/printer.pm @@ -1469,6 +1469,12 @@ sub configure_hpoj { sub getConfigInfo { return (%configInfo) }"; + + if ($::isInstall) { + # Needed for photo card reader detection during installation + system("ln -s $prefix/var/run/ptal-mlcd /var/run/ptal-mlcd"); + system("ln -s $prefix/etc/ptal /etc/ptal"); + } $ptalinitread = 1; } diff --git a/perl-install/printerdrake.pm b/perl-install/printerdrake.pm index ba44bfad0..fb11a833f 100644 --- a/perl-install/printerdrake.pm +++ b/perl-install/printerdrake.pm @@ -1255,7 +1255,7 @@ sub setup_common { )))) { my $w = $in->wait_message ('', _("Installing mtools packages...")); - $in->do_pkgs->install('mtools', 'MToolsFM'); + $in->do_pkgs->install('mtools', 'mtoolsfm'); } # Configure mtools/MToolsFM for photo card access printer::config_photocard(); -- cgit v1.2.1