abuild: use fetch_uri_mirror when downloading sources

This commit is contained in:
Natanael Copa 2010-04-19 13:48:57 +00:00
parent 9ce1d67910
commit c6f4cb7286
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ default_fetch() {
mkdir -p "$srcdir"
for s in $source; do
if is_remote "$s"; then
uri_fetch "$s" || return 1
uri_fetch_mirror "$s" || return 1
ln -sf "$SRCDEST/${s##*/}" "$srcdir"/
else
ln -sf "$startdir/$s" "$srcdir/"