[GRASS-SVN] r66079 - grass/trunk/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 1 08:33:04 PDT 2015


Author: hellik
Date: 2015-09-01 08:33:04 -0700 (Tue, 01 Sep 2015)
New Revision: 66079

Modified:
   grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
Log:
GRASS-Installer.nsi: grant modifying/overwriting fontcap file

Modified: grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi.tmpl	2015-09-01 13:26:41 UTC (rev 66078)
+++ grass/trunk/mswindows/GRASS-Installer.nsi.tmpl	2015-09-01 15:33:04 UTC (rev 66079)
@@ -528,6 +528,9 @@
 	SetOutPath "$INSTALL_DIR"
 	File /r ${PACKAGE_FOLDER}\*.*
 
+	;grant modifying/overwriting fontcap file
+	AccessControl::SetOnFile "$INSTDIR\etc\fontcap" "(BU)" "GenericRead + GenericWrite + Delete"
+	
 	;create run_gmkfontcap.bat
 	ClearErrors
 	FileOpen $0 $INSTALL_DIR\etc\run_gmkfontcap.bat w



More information about the grass-commit mailing list