summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cacbc89..d5a3252 100644
--- a/Makefile
+++ b/Makefile
@@ -62,6 +62,9 @@ DOWNLOAD_PKG_ARCHIVE = \
$(if $($(1)_URL_2), \
( wget -T 30 -O - '$($(1)_URL)' || wget -O - '$($(1)_URL_2)' ), \
wget -O - '$($(1)_URL)') \
+ $(if $($(1)_FIX_GZIP), \
+ | gzip -d | gzip -9n, \
+ ) \
> '$(PKG_DIR)/$($(1)_FILE)'
SOURCEFORGE_FILES = \