diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-02-25 19:02:48 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-02-25 19:02:48 +0000 |
commit | a2ffd34e9abce60b4e3750399801fe88f5c6cfe9 (patch) | |
tree | 34ad939fbac43940376c23fc66f3959a19b79953 /urpmq | |
parent | 5482ea719643de47d53192da3f2afa8a0f49038d (diff) | |
download | urpmi-a2ffd34e9abce60b4e3750399801fe88f5c6cfe9.tar urpmi-a2ffd34e9abce60b4e3750399801fe88f5c6cfe9.tar.gz urpmi-a2ffd34e9abce60b4e3750399801fe88f5c6cfe9.tar.bz2 urpmi-a2ffd34e9abce60b4e3750399801fe88f5c6cfe9.tar.xz urpmi-a2ffd34e9abce60b4e3750399801fe88f5c6cfe9.zip |
- -c option is no more (only kept for compatibility in urpmi.update)
- {cachedir}/headers is not used anymore
Diffstat (limited to 'urpmq')
-rwxr-xr-x | urpmq | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -376,7 +376,7 @@ if ($options{list_aliases}) { my $pkg = $urpm->{depslist}[$id] or next; #- even if non-root, search for a header in the global cachedir - my $file = $local_sources->{$id} || "$urpm->{cachedir}/headers/" . $pkg->header_filename; + my $file = $local_sources->{$id}; if (-s $file) { $pkg->update_header($file, keep_all_tags => 1); } elsif ($xml_info_pkgs{$id}) { |