changeset 1102:d91b0e649e8c

Fix OpenLayers installation.
author Tom Gottfried <tom@intevation.de>
date Tue, 10 May 2016 17:24:33 +0200
parents 421db8840f49
children db9297e559ab
files install-dependencies.sh
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/install-dependencies.sh	Tue May 10 17:15:30 2016 +0200
+++ b/install-dependencies.sh	Tue May 10 17:24:33 2016 +0200
@@ -24,9 +24,9 @@
 curl -L https://github.com/openlayers/openlayers/archive/release-2.13.1.zip \
      -o OpenLayers-2-13-1.zip
 unzip -n OpenLayers-2-13-1.zip
-ln -sf ol2-release-2.13.1/build OpenLayers
-cd OpenLayers
-python build.py
+ln -sf ol2-release-2.13.1 OpenLayers
+cd OpenLayers/build
+python build.py full.cfg ../OpenLayers.js
 
 cd ../ext
 curl -L https://github.com/elmasse/Ext.i18n.Bundle/archive/v0.3.3.zip \

http://lada.wald.intevation.org