summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xabuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/abuild.in b/abuild.in
index 07c169d..7f1c594 100755
--- a/abuild.in
+++ b/abuild.in
@@ -325,7 +325,7 @@ uri_fetch() {
fetcher=wget_fallback
else
fetcher=curl
- opts="$opts -L -f"
+ opts="$opts -L -f -k"
fi
$fetcher $opts -o "$SRCDEST/$d.part" "$uri" \