[GRASS-SVN] r57395 - grass/trunk/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Aug 4 08:07:32 PDT 2013


Author: martinl
Date: 2013-08-04 08:07:32 -0700 (Sun, 04 Aug 2013)
New Revision: 57395

Modified:
   grass/trunk/mswindows/env.bat
Log:
fix GRASS_PROJSHARE

Modified: grass/trunk/mswindows/env.bat
===================================================================
--- grass/trunk/mswindows/env.bat	2013-08-04 13:05:26 UTC (rev 57394)
+++ grass/trunk/mswindows/env.bat	2013-08-04 15:07:32 UTC (rev 57395)
@@ -5,7 +5,7 @@
 set GRASS_PYTHON=%GISBASE%\extrabin\python.exe
 set PYTHONHOME=%GISBASE%\Python27
 
-set GRASS_PROJSHARE=%GISBASE%\proj
+set GRASS_PROJSHARE=%GISBASE%\share\proj
 
 set PROJ_LIB=%GISBASE%\share\proj 
 set GDAL_DATA=%GISBASE%\share\gdal



More information about the grass-commit mailing list