diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-14 15:23:03 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-14 15:23:03 +0000 |
commit | 8e69642c2e7afd3f06a492f0e71df4964cdfd06a (patch) | |
tree | fd31d44bfadae2287e296d91ddf7d0eba34b3a23 /perl-install/install/steps.pm | |
parent | 09af6fc79715341c9847c51e6ed342eafe5c8497 (diff) | |
download | drakx-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.pm | 2 |
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/ ) { |