[GRASS-SVN] r45536 -
grass/branches/releasebranch_6_4/mswindows/osgeo4w
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Mar 3 14:03:15 EST 2011
Author: martinl
Date: 2011-03-03 11:03:15 -0800 (Thu, 03 Mar 2011)
New Revision: 45536
Modified:
grass/branches/releasebranch_6_4/mswindows/osgeo4w/package.sh
Log:
package.sh: GRASS_PYTHON should point to python executable
Modified: grass/branches/releasebranch_6_4/mswindows/osgeo4w/package.sh
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/osgeo4w/package.sh 2011-03-03 17:36:13 UTC (rev 45535)
+++ grass/branches/releasebranch_6_4/mswindows/osgeo4w/package.sh 2011-03-03 19:03:15 UTC (rev 45536)
@@ -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