diff options
author | Olivier Blin <blino@mageia.org> | 2011-01-13 12:43:06 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2011-01-13 12:43:06 +0000 |
commit | 32b5c9a1975bd9f41db54c5b37c85964669f743b (patch) | |
tree | 485103b117e4d77f1406fd69686f85449ad12bda | |
parent | e9fe96e5d2a9c3245aca5728ae62d54a1dea8ffa (diff) | |
download | iurt-32b5c9a1975bd9f41db54c5b37c85964669f743b.tar iurt-32b5c9a1975bd9f41db54c5b37c85964669f743b.tar.gz iurt-32b5c9a1975bd9f41db54c5b37c85964669f743b.tar.bz2 iurt-32b5c9a1975bd9f41db54c5b37c85964669f743b.tar.xz iurt-32b5c9a1975bd9f41db54c5b37c85964669f743b.zip |
fix log variable declaration
-rw-r--r-- | lib/Iurt/Urpmi.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Iurt/Urpmi.pm b/lib/Iurt/Urpmi.pm index 2559287..328c4e0 100644 --- a/lib/Iurt/Urpmi.pm +++ b/lib/Iurt/Urpmi.pm @@ -462,7 +462,7 @@ sub install_packages { $run, $config, $cache, use_iurt_root_command => $self->{use_iurt_root_command}, error => $error, - logname => ${log}, + logname => $log, hash => "${log}_$title", timeout => 3600, # [pixel] 10 minutes was not enough, 1 hour should be better srpm => $title, |