From f53eac4b7fb528e879f424cdb847de50a90ce73c Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Sun, 28 Nov 2010 13:51:03 +0100 Subject: implemented $(PKG)_FIX_GZIP for GitWeb snapshots and similar issues More information about this issue: http://lists.nongnu.org/archive/html/mingw-cross-env-list/2010-11/msg00066.html --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 = \ -- cgit v0.12