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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Dec 31 13:05:01 PST 2018


Author: martinl
Date: 2018-12-31 13:05:01 -0800 (Mon, 31 Dec 2018)
New Revision: 73895

Modified:
   grass/trunk/mswindows/GRASS-Packager.bat.tmpl
Log:
wingrass: switch package environment to python3-based, see #3719

Modified: grass/trunk/mswindows/GRASS-Packager.bat.tmpl
===================================================================
--- grass/trunk/mswindows/GRASS-Packager.bat.tmpl	2018-12-31 20:57:28 UTC (rev 73894)
+++ grass/trunk/mswindows/GRASS-Packager.bat.tmpl	2018-12-31 21:05:01 UTC (rev 73895)
@@ -15,8 +15,8 @@
 set PACKAGE_DIR=.\GRASS- at GRASS_VERSION_MAJOR@@GRASS_VERSION_MINOR at -Package
 
 set OSGEO4W_BLD_DIR=C:\OSGeo4W%1
-if exist C:\OSGeo4W%1_grass at GRASS_VERSION_MAJOR@ (
-set OSGEO4W_PKG_DIR=C:\OSGeo4W%1_grass at GRASS_VERSION_MAJOR@
+if exist C:\OSGeo4W%1_grass at GRASS_VERSION_MAJOR@_py3 (
+set OSGEO4W_PKG_DIR=C:\OSGeo4W%1_grass at GRASS_VERSION_MAJOR@_py3
 ) else (
 set OSGEO4W_PKG_DIR=C:\OSGeo4W%1
 )



More information about the grass-commit mailing list