diff options
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |