From 576cc030cff8ffe965136941f1d6603596d6fd70 Mon Sep 17 00:00:00 2001 From: Tiago Salem Herrmann Date: Fri, 14 Mar 2008 18:16:14 +0000 Subject: - use package name instead of Provides on scannerdrake --- perl-install/standalone/scannerdrake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/standalone/scannerdrake') diff --git a/perl-install/standalone/scannerdrake b/perl-install/standalone/scannerdrake index 9b2b1f800..bdc51d5dc 100755 --- a/perl-install/standalone/scannerdrake +++ b/perl-install/standalone/scannerdrake @@ -55,7 +55,8 @@ Do you want to install the SANE packages?"))) { N("Aborting Scannerdrake.")); exit 0; } - if (!$in->do_pkgs->install('sane-backends', 'scanner-gui')) { + # should be scanner-gui instead of xsane, but gurpmi2 does not handle provides + if (!$in->do_pkgs->install('sane-backends', 'xsane')) { $in->ask_warn(N("Error"), N("Could not install the packages needed to set up a scanner with Scannerdrake.") . " " . N("Scannerdrake will not be started now.")); -- cgit v1.2.1