summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-02-25 19:02:48 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-02-25 19:02:48 +0000
commita2ffd34e9abce60b4e3750399801fe88f5c6cfe9 (patch)
tree34ad939fbac43940376c23fc66f3959a19b79953 /urpm.pm
parent5482ea719643de47d53192da3f2afa8a0f49038d (diff)
downloadurpmi-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 'urpm.pm')
-rw-r--r--urpm.pm2
1 files changed, 1 insertions, 1 deletions
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",