[GRASS-SVN] r45537 - grass/branches/develbranch_6/mswindows/osgeo4w

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Mar 3 14:05:59 EST 2011


Author: martinl
Date: 2011-03-03 11:05:59 -0800 (Thu, 03 Mar 2011)
New Revision: 45537

Modified:
   grass/branches/develbranch_6/mswindows/osgeo4w/package.sh
Log:
package.sh: GRASS_PYTHON should point to python executable
(merge r45536 from devbr6)


Modified: grass/branches/develbranch_6/mswindows/osgeo4w/package.sh
===================================================================
--- grass/branches/develbranch_6/mswindows/osgeo4w/package.sh	2011-03-03 19:03:15 UTC (rev 45536)
+++ grass/branches/develbranch_6/mswindows/osgeo4w/package.sh	2011-03-03 19:05:59 UTC (rev 45537)
@@ -64,8 +64,8 @@
 
 export VERSION=$MAJOR.$MINOR.$PATCH 
 
-export GRASS_PYTHON=/c/OSGeo4W/apps/Python25
-export PYTHONHOME=/c/OSGeo4W/apps/Python25
+export GRASS_PYTHON="/c/OSGeo4W/bin/python.exe"
+export PYTHONHOME="/c/OSGeo4W/apps/Python25"
 
 if [ -f mswindows/osgeo4w/package.log ]; then 
     i=0 



More information about the grass-commit mailing list