[GRASS-SVN] r67173 - in grass/trunk/mswindows: . osgeo4w

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 16 07:33:48 PST 2015


Author: martinl
Date: 2015-12-16 07:33:48 -0800 (Wed, 16 Dec 2015)
New Revision: 67173

Modified:
   grass/trunk/mswindows/env.bat
   grass/trunk/mswindows/osgeo4w/env.bat.tmpl
   grass/trunk/mswindows/osgeo4w/package.sh
Log:
wingrass: cleanup env.bat files, change destination for extra libs

Modified: grass/trunk/mswindows/env.bat
===================================================================
--- grass/trunk/mswindows/env.bat	2015-12-16 13:49:40 UTC (rev 67172)
+++ grass/trunk/mswindows/env.bat	2015-12-16 15:33:48 UTC (rev 67173)
@@ -2,10 +2,6 @@
 REM Environmental variables for GRASS stand-alone installer
 REM
 
-REM Default prompt: cmd.exe
-REM To enable bash prompt please uncomment the line below
-REM set GRASS_SH=%GISBASE%\msys\bin\sh.exe
-
 set GRASS_PYTHON=%GISBASE%\extrabin\python.exe
 set PYTHONHOME=%GISBASE%\Python27
 
@@ -15,9 +11,7 @@
 set GDAL_DATA=%GISBASE%\share\gdal
 set GEOTIFF_CSV=%GISBASE%\share\epsg_csv
 
-set PATH=%GISBASE%\msys\bin;%PATH%
-set PATH=%GISBASE%\extrabin;%PATH%
-set PATH=%GISBASE%\bin;%PATH%
+set PATH=%GISBASE%\extrabin;%GISBASE%\bin;%PATH%
 
 REM set RStudio temporarily to %PATH% if it exists
 

Modified: grass/trunk/mswindows/osgeo4w/env.bat.tmpl
===================================================================
--- grass/trunk/mswindows/osgeo4w/env.bat.tmpl	2015-12-16 13:49:40 UTC (rev 67172)
+++ grass/trunk/mswindows/osgeo4w/env.bat.tmpl	2015-12-16 15:33:48 UTC (rev 67173)
@@ -3,9 +3,6 @@
 REM
 
 set GISBASE=%OSGEO4W_ROOT%\apps\grass\grass- at VERSION@
-REM Default prompt: cmd.exe
-REM To enable bash prompt please uncomment the line below
-REM set GRASS_SH=%OSGEO4W_ROOT%\apps\msys\bin\sh.exe
 
 set GRASS_PYTHON=%OSGEO4W_ROOT%\bin\python.exe
 set PYTHONHOME=%OSGEO4W_ROOT%\apps\Python27
@@ -16,8 +13,6 @@
 set GDAL_DATA=%OSGEO4W_ROOT%\share\gdal
 set GEOTIFF_CSV=%OSGEO4W_ROOT%\share\epsg_csv
 
-set PATH=%OSGEO4W_ROOT%\apps\msys\bin;%PATH%
-
 REM set RStudio temporarily to %PATH% if it exists
 
 IF EXIST "%ProgramFiles%\RStudio\bin\rstudio.exe" set PATH=%PATH%;%ProgramFiles%\RStudio\bin

Modified: grass/trunk/mswindows/osgeo4w/package.sh
===================================================================
--- grass/trunk/mswindows/osgeo4w/package.sh	2015-12-16 13:49:40 UTC (rev 67172)
+++ grass/trunk/mswindows/osgeo4w/package.sh	2015-12-16 15:33:48 UTC (rev 67173)
@@ -253,7 +253,7 @@
 	/mingw${MINGW_POSTFIX}/bin/libpng16-16.dll \
 	/mingw${MINGW_POSTFIX}/bin/libsystre-0.dll \
 	/mingw${MINGW_POSTFIX}/bin/libtre-5.dll \
-	apps/grass/grass-$VERSION/lib
+	apps/grass/grass-$VERSION/bin
     
     # creating grass package
     tar -cjf $PDIR/grass$PACKAGE_POSTFIX-$VERSION-$PACKAGE_PATCH.tar.bz2 \



More information about the grass-commit mailing list