changeset 94:14b9acd8e2bc

adapted to a change of the URL schema of GEOS that is not backward compatible
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 20 Dec 2007 00:22:54 +0100
parents 9ecfd0fb06ea
children 237bb47a9f54
files build_mingw_cross_env.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/build_mingw_cross_env.sh	Thu Dec 13 02:38:42 2007 +0100
+++ b/build_mingw_cross_env.sh	Thu Dec 20 00:22:54 2007 +0100
@@ -3,7 +3,7 @@
 
 
 #---
-#   MinGW cross compiling environment  (1.2)
+#   MinGW cross compiling environment  (pre-2.0)
 #   =================================
 #
 #   http://www.profv.de/mingw_cross_env/
@@ -1766,7 +1766,7 @@
 --download)
     cd "$DOWNLOAD"
     tar tfj "geos-$VERSION_geos.tar.bz2" &>/dev/null ||
-    wget -c "http://geos.refractions.net/geos-$VERSION_geos.tar.bz2"
+    wget -c "http://geos.refractions.net/downloads/geos-$VERSION_geos.tar.bz2"
     ;;
 
 --build)