[fdo-commits] r2629 - trunk

svn_fdo at osgeo.org svn_fdo at osgeo.org
Sun Mar 4 00:34:51 EST 2007


Author: gregboone
Date: 2007-03-04 00:34:51 -0500 (Sun, 04 Mar 2007)
New Revision: 2629

Modified:
   trunk/setenvironment.sh
Log:
Ticket #5: Update to GDAL 1.4

Modified: trunk/setenvironment.sh
===================================================================
--- trunk/setenvironment.sh	2007-03-04 05:33:20 UTC (rev 2628)
+++ trunk/setenvironment.sh	2007-03-04 05:34:51 UTC (rev 2629)
@@ -63,13 +63,13 @@
    echo ""
 fi
 
-export FDOGDAL=$FDOTHIRDPARTY/gdal
+export FDOGDAL=/usr/local
 
 if test ! -e "$FDOGDAL"; then
    echo ""
    echo "OPTIONAL: The default location for the GDAL SDK files"
    echo "was not found. The setenvironment script sets the default value to: "
-   echo "$FDOTHIRDPARTY/gdal. "
+   echo "user/local. "
    echo "If you need to build the FDO GDAL or WMS Providers, modify the "
    echo "setenvironment.sh script with a valid path and set FDOGDAL to "
    echo "point to the location of the GDAL SDK files."



More information about the fdo-commits mailing list