index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | lib/common-functions | 2 |
diff --git a/lib/common-functions b/lib/common-functions index 921a7b3..329e2e3 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -532,7 +532,7 @@ download_sources_by_hash() { # the correct source is already there continue fi - if wget -O "${tmp_dir}/transfer" "${source_by_hash_mirror}${sum}"; then + if wget -O "${tmp_dir}/transfer" "${source_by_hash_mirror}${sum_type}/${sum}"; then mv "${tmp_dir}/transfer" "${file}" return_value=0 fi |