summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-09-02 13:23:56 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-09-02 13:23:56 +0000
commit5806510e0539110a7ad45527ee7054e43443cefa (patch)
treefb7f39f77f441744fbca9142ff4bdcdfdbc07325
parent30886fa74b69d7094112dfef334b5ec6750ed8de (diff)
downloadurpmi-5806510e0539110a7ad45527ee7054e43443cefa.tar
urpmi-5806510e0539110a7ad45527ee7054e43443cefa.tar.gz
urpmi-5806510e0539110a7ad45527ee7054e43443cefa.tar.bz2
urpmi-5806510e0539110a7ad45527ee7054e43443cefa.tar.xz
urpmi-5806510e0539110a7ad45527ee7054e43443cefa.zip
use /root/.aria2-adaptive-stats when launched as root
-rw-r--r--urpm/download.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/download.pm b/urpm/download.pm
index 05cdf77a..e6c60e07 100644
--- a/urpm/download.pm
+++ b/urpm/download.pm
@@ -610,7 +610,7 @@ sub sync_aria2 {
(my $cwd) = getcwd() =~ /(.*)/;
chdir $options->{dir};
- my $stat_file = ($ENV{HOME} || '/root') . '/.aria2-adaptive-stats';
+ my $stat_file = ($< ? $ENV{HOME} : '/root') . '/.aria2-adaptive-stats';
my @files = uniq(map {
my $metalinkfile = $_;