summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8f02c53..8f77376 100644
--- a/Makefile
+++ b/Makefile
@@ -66,8 +66,8 @@ DOWNLOAD_PKG_ARCHIVE = \
mkdir -p '$(PKG_DIR)' && \
$(if $($(1)_URL_2), \
( $(WGET) -T 30 -t 3 -O- '$($(1)_URL)' || $(WGET) -O- '$($(1)_URL_2)' || \
- $(WGET) -O- '$(PKG_MIRROR)/$($(1)_FILE)'), \
- $(WGET) -O- '$($(1)_URL)' || $(WGET) -O- '$(PKG_MIRROR)/$($(1)_FILE)') \
+ $(WGET) -O- '$(PKG_MIRROR)/$($(1)_FILE)' ), \
+ ( $(WGET) -O- '$($(1)_URL)' || $(WGET) -O- '$(PKG_MIRROR)/$($(1)_FILE)' )) \
$(if $($(1)_FIX_GZIP), \
| gzip -d | gzip -9n, \
) \