From 8e8ffce79708c5c638d87fd84184baa544f81d0c Mon Sep 17 00:00:00 2001 From: Yves Duret Date: Mon, 11 Mar 2002 06:43:36 +0000 Subject: re-re-re-re-re-re-uncomment the pkgs check line. --- perl-install/standalone/scannerdrake | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/standalone/scannerdrake b/perl-install/standalone/scannerdrake index b356e369f..b3b4dd402 100755 --- a/perl-install/standalone/scannerdrake +++ b/perl-install/standalone/scannerdrake @@ -37,7 +37,7 @@ for (@ARGV) { } $in = 'interactive'->vnew('su', 'default'); -#$in->do_pkgs->install('sane-backends', 'xsane', if_($in->do_pkgs->is_installed('gimp'),'xsane-gimp')); +$in->do_pkgs->install('sane-backends', 'xsane', if_($in->do_pkgs->is_installed('gimp'),'xsane-gimp')); if ($::Manual) {manual(); quit();} my $wait = $in->wait_message(_("Test ports"), _("Detecting devices ...")); @f = scanner::findScannerUsbport(); @@ -114,6 +114,9 @@ sub quit { #----------------------------------------------- # $Log$ +# Revision 1.11 2002/03/11 06:43:36 yduret +# re-re-re-re-re-re-uncomment the pkgs check line. +# # Revision 1.10 2002/03/10 15:25:10 yduret # added ASK DEVICE support # -- cgit v1.2.1