From e7574cab448f574428581155571b798be705d769 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 17 Feb 2012 15:07:42 +0000 Subject: abuild: always add -k to curl in case http -> https redirects --- abuild.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \ -- cgit v1.2.3-60-g2f50