summaryrefslogtreecommitdiffstats
path: root/perl-install/install/any.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-12-11 10:03:41 +0000
committerThierry Vignaud <tv@mageia.org>2012-12-11 10:03:41 +0000
commit135ff64be53d1048149f36cbd88c13c507219935 (patch)
tree87353206e85d60315ba820eaeabd36b3cc2991af /perl-install/install/any.pm
parent63bdfcc547b02b497f76cd0ac033c35298edbd01 (diff)
downloaddrakx-backup-do-not-use-135ff64be53d1048149f36cbd88c13c507219935.tar
drakx-backup-do-not-use-135ff64be53d1048149f36cbd88c13c507219935.tar.gz
drakx-backup-do-not-use-135ff64be53d1048149f36cbd88c13c507219935.tar.bz2
drakx-backup-do-not-use-135ff64be53d1048149f36cbd88c13c507219935.tar.xz
drakx-backup-do-not-use-135ff64be53d1048149f36cbd88c13c507219935.zip
(setPackages) update comment
Diffstat (limited to 'perl-install/install/any.pm')
-rw-r--r--perl-install/install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm
index 939cc6776..d6949de07 100644
--- a/perl-install/install/any.pm
+++ b/perl-install/install/any.pm
@@ -403,7 +403,7 @@ sub setPackages {
require install::pkgs;
{
#- clean shared regions very early
- # (configure_media will open rpmdb for listing existing pubkeys,
+ # (update_media will open rpmdb for listing existing pubkeys,
# which may fail when rpm version mistmatches between drakx & chrooted env)
install::pkgs::clean_rpmdb_shared_regions();
$urpm = $o->{packages} = install::pkgs::empty_packages($o->{keep_unrequested_dependencies});