[Lada-commits] [PATCH] fix install-dependencies.sh

Wald Commits scm-commit at wald.intevation.org
Wed May 11 08:55:09 CEST 2016


# HG changeset patch
# User Michael Stanko <mstanko at bfs.de>
# Date 1462949704 -7200
# Node ID db9297e559ab824f540b5b243962d28e5d7684be
# Parent  d91b0e649e8c95b5d18c4ce23d2b9b7e16d6f208
fix install-dependencies.sh

diff -r d91b0e649e8c -r db9297e559ab install-dependencies.sh
--- a/install-dependencies.sh	Tue May 10 17:24:33 2016 +0200
+++ b/install-dependencies.sh	Wed May 11 08:55:04 2016 +0200
@@ -28,7 +28,7 @@
 cd OpenLayers/build
 python build.py full.cfg ../OpenLayers.js
 
-cd ../ext
+cd ../../ext
 curl -L https://github.com/elmasse/Ext.i18n.Bundle/archive/v0.3.3.zip \
      -o Ext-i18n-Bundle-v0-3-3.zip
 unzip -n Ext-i18n-Bundle-v0-3-3.zip


More information about the Lada-commits mailing list