From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:6f8:1178:2:5054:ff:fec0:8e10] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1X0Tz2-0001Cd-Dj for ptxdist@pengutronix.de; Fri, 27 Jun 2014 13:06:20 +0200 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1X0Tz2-0003E8-C1 for ptxdist@pengutronix.de; Fri, 27 Jun 2014 13:06:20 +0200 Date: Fri, 27 Jun 2014 13:06:20 +0200 From: Michael Olbrich Message-ID: <20140627110620.GB12903@pengutronix.de> References: <1403799231-691-1-git-send-email-list-09_ptxdist@tqsc.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1403799231-691-1-git-send-email-list-09_ptxdist@tqsc.de> Subject: Re: [ptxdist] [PATCH] zip: fix download url Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Thu, Jun 26, 2014 at 06:13:51PM +0200, Markus Niebel wrote: > From: Markus Niebel > > Signed-off-by: Markus Niebel Thanks, applied. Michael > --- > rules/zip.make | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/rules/zip.make b/rules/zip.make > index 827a865..09ba4a0 100644 > --- a/rules/zip.make > +++ b/rules/zip.make > @@ -23,7 +23,7 @@ ZIP_MD5 := 7b74551e63f8ee6aab6fbc86676c0d37 > ZIP_AVERSION := 30 > ZIP_ARCHIVE := zip$(ZIP_AVERSION).tar.gz > ZIP := zip$(ZIP_AVERSION) > -ZIP_URL := http://surfnet.dl.sourceforge.net/sourceforge/infozip/$(ZIP_ARCHIVE) > +ZIP_URL := $(call ptx/mirror, SF, infozip/$(ZIP_ARCHIVE)) > ZIP_SOURCE := $(SRCDIR)/$(ZIP_ARCHIVE) > ZIP_DIR := $(BUILDDIR)/$(ZIP) > > -- > 1.7.9.5 > > > -- > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de