[GRASS-SVN] r45929 - grass/trunk/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Apr 12 16:28:11 EDT 2011
Author: hellik
Date: 2011-04-12 13:28:11 -0700 (Tue, 12 Apr 2011)
New Revision: 45929
Modified:
grass/trunk/mswindows/GRASS-Installer.nsi
Log:
Overwrite font configuration file by the installer if already existing
Modified: grass/trunk/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi 2011-04-12 20:27:03 UTC (rev 45928)
+++ grass/trunk/mswindows/GRASS-Installer.nsi 2011-04-12 20:28:11 UTC (rev 45929)
@@ -569,7 +569,7 @@
FileWrite $0 'set PATH=%FREETYPEBASE%;%PATH%$\r$\n'
FileWrite $0 '$\r$\n'
FileWrite $0 'rem run g.mkfontcap outside a grass session$\r$\n'
- FileWrite $0 '"%GISBASE%\bin\g.mkfontcap.exe"$\r$\n'
+ FileWrite $0 '"%GISBASE%\bin\g.mkfontcap.exe" -o$\r$\n'
FileWrite $0 'exit$\r$\n'
FileClose $0
done_create_run_gmkfontcap.bat:
More information about the grass-commit
mailing list