summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-09-14 15:23:03 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-09-14 15:23:03 +0000
commit8e69642c2e7afd3f06a492f0e71df4964cdfd06a (patch)
treefd31d44bfadae2287e296d91ddf7d0eba34b3a23 /perl-install/install/steps.pm
parent09af6fc79715341c9847c51e6ed342eafe5c8497 (diff)
downloaddrakx-8e69642c2e7afd3f06a492f0e71df4964cdfd06a.tar
drakx-8e69642c2e7afd3f06a492f0e71df4964cdfd06a.tar.gz
drakx-8e69642c2e7afd3f06a492f0e71df4964cdfd06a.tar.bz2
drakx-8e69642c2e7afd3f06a492f0e71df4964cdfd06a.tar.xz
drakx-8e69642c2e7afd3f06a492f0e71df4964cdfd06a.zip
cleanup: use URPM::packages_providing()
Diffstat (limited to 'perl-install/install/steps.pm')
-rw-r--r--perl-install/install/steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps.pm b/perl-install/install/steps.pm
index a885d1612..2d9b0b5e5 100644
--- a/perl-install/install/steps.pm
+++ b/perl-install/install/steps.pm
@@ -553,7 +553,7 @@ sub install_urpmi {
my $pkg = install::pkgs::packageByName($o->{packages}, 'urpmi');
if ($pkg && ($pkg->flag_selected || $pkg->flag_installed)
#- this is a workaround. if many urpmi packages are found in the
- #- provides of all media, packagesProviding() might return the wrong
+ #- provides of all media, packages_providing() might return the wrong
#- one. This probably needs to be fixed in URPM
|| run_program::rooted_get_stdout($::prefix, '/bin/rpm', '-q', 'urpmi') =~ /urpmi/
) {