summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiago Salem Herrmann <salem@mandriva.com.br>2008-03-14 18:16:14 +0000
committerTiago Salem Herrmann <salem@mandriva.com.br>2008-03-14 18:16:14 +0000
commit576cc030cff8ffe965136941f1d6603596d6fd70 (patch)
tree42d1cae2f317fd9a55839558606371f6a2c9a07d
parentedda201887876e0e9324f9b6f77439acf69ce95e (diff)
downloaddrakx-backup-do-not-use-576cc030cff8ffe965136941f1d6603596d6fd70.tar
drakx-backup-do-not-use-576cc030cff8ffe965136941f1d6603596d6fd70.tar.gz
drakx-backup-do-not-use-576cc030cff8ffe965136941f1d6603596d6fd70.tar.bz2
drakx-backup-do-not-use-576cc030cff8ffe965136941f1d6603596d6fd70.tar.xz
drakx-backup-do-not-use-576cc030cff8ffe965136941f1d6603596d6fd70.zip
- use package name instead of Provides on scannerdrake
-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."));