aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2015-09-15 23:31:16 +0100
committerChristopher Baines <mail@cbaines.net>2015-09-15 23:31:16 +0100
commit900946d3ce5430e4741bafa93f9db140cdf7b7b3 (patch)
tree4a3b2a339049fa3d88182ddac677e6890a2260ef
parent454098080487fd60d4854357700213aabeb1bcf9 (diff)
downloadmaps.southampton.ac.uk-900946d3ce5430e4741bafa93f9db140cdf7b7b3.tar
maps.southampton.ac.uk-900946d3ce5430e4741bafa93f9db140cdf7b7b3.tar.gz
Fix Makefile
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eccc117..1b15124 100755
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ ifneq ("$(wildcard $(SYSTEM_LEAFLET))","")
cp $(SYSTEM_LEAFLET) libraries/leaflet-soton/resources/leaflet/dist/leaflet.js;
else
@echo "System version of leaflet does not exist, downloading...\n"
- wget http://leaflet-cdn.s3.amazonaws.com/build/leaflet-0.7.3.zip -O libraries/leaflet-0.7.3.zip
+ wget http://cdn.leafletjs.com/downloads/leaflet-0.7.3.zip -O libraries/leaflet-0.7.3.zip
unzip -o libraries/leaflet-0.7.3.zip -d libraries/leaflet-soton/resources/leaflet/dist
@$(PRINT_OK)
endif