From a2ffd34e9abce60b4e3750399801fe88f5c6cfe9 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 25 Feb 2008 19:02:48 +0000 Subject: - -c option is no more (only kept for compatibility in urpmi.update) - {cachedir}/headers is not used anymore --- urpmq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpmq') diff --git a/urpmq b/urpmq index 7a2bc10b..e87f21c7 100755 --- a/urpmq +++ b/urpmq @@ -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}) { -- cgit v1.2.1