From 15472b91a64eae38e9bf23ab33300d562bf4c447 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Mon, 5 Oct 2009 09:09:45 +0000 Subject: fix parsing of "download complete" messages from aria2 Fixes bug #53749 --- urpm/download.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urpm/download.pm b/urpm/download.pm index e67b1644..a0c93975 100644 --- a/urpm/download.pm +++ b/urpm/download.pm @@ -742,7 +742,7 @@ sub _parse_aria2_output { return; } } - if ($buf =~ m!Download\scomplete:\s\./!) { + if ($buf =~ m!Download\scomplete:\s/!) { propagate_sync_callback($options, 'end', $file); shift @$rel_files; delete $options->{is_retry}; -- cgit v1.2.1