summaryrefslogtreecommitdiffstats
path: root/urpmq
diff options
context:
space:
mode:
Diffstat (limited to 'urpmq')
-rwxr-xr-xurpmq2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmq b/urpmq
index e32b3728..ae9c5db7 100755
--- a/urpmq
+++ b/urpmq
@@ -340,7 +340,7 @@ if ($options{list_aliases}) {
$urpm->{log}("getting information from rpms from $dir");
$local_sources->{$_->id} = "$dir/" . $_->filename foreach @pkgs;
} else {
- foreach my $xml_info (grep { $options{$_} } 'info', 'files', 'changelog') {
+ foreach my $xml_info (grep { $need_xml_info{$_} } 'info', 'files', 'changelog') {
if (my $xml_info_file = urpm::media::any_xml_info($urpm, $medium, $xml_info, $options{verbose} < 0)) {
require urpm::xml_info;
require urpm::xml_info_pkg;