[GRASS-SVN] r66149 - grass/branches/releasebranch_7_0/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Sep 8 01:34:49 PDT 2015
Author: hellik
Date: 2015-09-08 01:34:49 -0700 (Tue, 08 Sep 2015)
New Revision: 66149
Modified:
grass/branches/releasebranch_7_0/mswindows/GRASS-Installer.nsi.tmpl
Log:
GRASS-Installer.nsi: SetOnFile -> GrantOnFile
Modified: grass/branches/releasebranch_7_0/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/branches/releasebranch_7_0/mswindows/GRASS-Installer.nsi.tmpl 2015-09-08 08:32:24 UTC (rev 66148)
+++ grass/branches/releasebranch_7_0/mswindows/GRASS-Installer.nsi.tmpl 2015-09-08 08:34:49 UTC (rev 66149)
@@ -529,7 +529,7 @@
File /r ${PACKAGE_FOLDER}\*.*
;grant modifying/overwriting fontcap file
- AccessControl::SetOnFile "$INSTDIR\etc\fontcap" "(BU)" "GenericRead + GenericWrite + Delete"
+ AccessControl::GrantOnFile "$INSTDIR\etc\fontcap" "(BU)" "GenericRead + GenericWrite + Delete"
;create run_gmkfontcap.bat
ClearErrors
More information about the grass-commit
mailing list