summaryrefslogtreecommitdiffstats
path: root/rules/unzip.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-10-15 15:42:25 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-10-15 15:42:25 +0000
commitd108cd410872c93b2663ee8fe7b74727b68c4edd (patch)
tree36d242cd0ebd15dc6fc8e278dcce25681137e4ce /rules/unzip.make
parent0b122a79f491878262c548bd2159c22d2e163927 (diff)
downloadptxdist-d108cd410872c93b2663ee8fe7b74727b68c4edd.tar.gz
ptxdist-d108cd410872c93b2663ee8fe7b74727b68c4edd.tar.xz
* unzip: fixed URL
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7380 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/unzip.make')
-rw-r--r--rules/unzip.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/unzip.make b/rules/unzip.make
index c25e34f0f..4d51d99da 100644
--- a/rules/unzip.make
+++ b/rules/unzip.make
@@ -20,7 +20,7 @@ UNZIP_VERSION := 5.52
UNZIP_AVERSION := 552
UNZIP_ARCHIVE := unzip$(UNZIP_AVERSION).tgz
UNZIP := unzip-$(UNZIP_VERSION)
-UNZIP_URL := ftp://ftp.info-zip.org/pub/infozip/src/$(UNZIP_ARCHIVE)
+UNZIP_URL := http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/src/$(UNZIP_ARCHIVE)
UNZIP_SOURCE := $(SRCDIR)/$(UNZIP_ARCHIVE)
UNZIP_DIR := $(BUILDDIR)/$(UNZIP)