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 --- urpm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index 7a372a93..8ce36fb6 100644 --- a/urpm.pm +++ b/urpm.pm @@ -151,7 +151,7 @@ sub create_var_lib_rpm { my ($urpm, %h) = @_; require File::Path; File::Path::mkpath([ $h{statedir}, - (map { "$h{cachedir}/$_" } qw(headers partial rpms)), + (map { "$h{cachedir}/$_" } qw(partial rpms)), dirname($h{config}), "$urpm->{root}/var/lib/rpm", "$urpm->{root}/var/tmp", -- cgit v1.2.1