[GRASS-SVN] r45928 - grass/branches/develbranch_6/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Apr 12 16:27:03 EDT 2011


Author: hellik
Date: 2011-04-12 13:27:03 -0700 (Tue, 12 Apr 2011)
New Revision: 45928

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

Modified: grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2011-04-12 20:25:59 UTC (rev 45927)
+++ grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2011-04-12 20:27:03 UTC (rev 45928)
@@ -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