diff options
author | Marcelo Leitner <mrl@mandriva.com> | 2007-11-06 13:09:06 +0000 |
---|---|---|
committer | Marcelo Leitner <mrl@mandriva.com> | 2007-11-06 13:09:06 +0000 |
commit | bac8e95ef0ba87e1309957b559766b8d304a492c (patch) | |
tree | 4dfb47f966c41c05105bfbd755ab198a15e14fe1 | |
parent | 3746f981c3e4aea5342491979cf1d6f8961db7af (diff) | |
download | iurt-bac8e95ef0ba87e1309957b559766b8d304a492c.tar iurt-bac8e95ef0ba87e1309957b559766b8d304a492c.tar.gz iurt-bac8e95ef0ba87e1309957b559766b8d304a492c.tar.bz2 iurt-bac8e95ef0ba87e1309957b559766b8d304a492c.tar.xz iurt-bac8e95ef0ba87e1309957b559766b8d304a492c.zip |
- Remove trailing references from previous commit to $suf.
-rw-r--r-- | lib/Iurt/Urpmi.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Iurt/Urpmi.pm b/lib/Iurt/Urpmi.pm index ed8b996..62f00ed 100644 --- a/lib/Iurt/Urpmi.pm +++ b/lib/Iurt/Urpmi.pm @@ -430,8 +430,8 @@ sub install_packages { "sudo $self->{urpmi_command} @to_install", $run, $config, $cache, error => $error, - logname => "${log}$suf", - hash => "${log}_$title$suf", + logname => "${log}", + hash => "${log}_$title", timeout => 600, srpm => $title, freq => 1, |