summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/NEWS1
-rwxr-xr-xperl-install/standalone/scannerdrake3
2 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 440432933..26d0b0ab7 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,4 +1,5 @@
- fix changing UID on forking
+- scannerdrake: use package name instead of Provides.
Version 10.12 - 13 March 2008
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."));