[GRASS-SVN] r45927 - grass/branches/releasebranch_6_4/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Apr 12 16:26:00 EDT 2011


Author: hellik
Date: 2011-04-12 13:25:59 -0700 (Tue, 12 Apr 2011)
New Revision: 45927

Modified:
   grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
Log:
Overwrite font configuration file by the installer if already existing

Modified: grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi	2011-04-12 20:10:46 UTC (rev 45926)
+++ grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi	2011-04-12 20:25:59 UTC (rev 45927)
@@ -506,7 +506,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