[GRASS-SVN] r66704 - grass/trunk/mswindows/osgeo4w

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Nov 2 01:19:20 PST 2015


Author: martinl
Date: 2015-11-02 01:19:20 -0800 (Mon, 02 Nov 2015)
New Revision: 66704

Modified:
   grass/trunk/mswindows/osgeo4w/postinstall.bat
Log:
postinstall.bat: update paths to fonts during an OSGeo4W-winGRASS installation; attempt to fix #2784
                 (add missing backslashes from r66691)


Modified: grass/trunk/mswindows/osgeo4w/postinstall.bat
===================================================================
--- grass/trunk/mswindows/osgeo4w/postinstall.bat	2015-11-02 09:00:52 UTC (rev 66703)
+++ grass/trunk/mswindows/osgeo4w/postinstall.bat	2015-11-02 09:19:20 UTC (rev 66704)
@@ -15,10 +15,10 @@
 rem an OSGeo4W installation for updating paths to fonts
 
 rem set gisbase
-set GISBASE=%OSGEO4W_ROOT%apps\grass\grass- at VERSION@\
+set GISBASE=%OSGEO4W_ROOT%\apps\grass\grass- at VERSION@
 
 rem set path to freetype dll and its dependencies
-set FREETYPEBASE=%OSGEO4W_ROOT%bin;%OSGEO4W_ROOT%apps\msys\bin;%GISBASE%lib
+set FREETYPEBASE=%OSGEO4W_ROOT%\bin;%OSGEO4W_ROOT%\apps\msys\bin;%GISBASE%\lib
 
 rem set dependencies to path
 set PATH=%FREETYPEBASE%;%PATH%



More information about the grass-commit mailing list