summaryrefslogtreecommitdiff
path: root/abuild.in
diff options
context:
space:
mode:
Diffstat (limited to 'abuild.in')
-rwxr-xr-xabuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/abuild.in b/abuild.in
index 4fefbad..a5ffb79 100755
--- a/abuild.in
+++ b/abuild.in
@@ -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/"