diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-12-11 10:03:41 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-12-11 10:03:41 +0000 |
commit | 135ff64be53d1048149f36cbd88c13c507219935 (patch) | |
tree | 87353206e85d60315ba820eaeabd36b3cc2991af /perl-install | |
parent | 63bdfcc547b02b497f76cd0ac033c35298edbd01 (diff) | |
download | drakx-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')
-rw-r--r-- | perl-install/install/any.pm | 2 |
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}); |