[GRASS-SVN] r66148 - grass/trunk/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Sep 8 01:32:24 PDT 2015
Author: hellik
Date: 2015-09-08 01:32:24 -0700 (Tue, 08 Sep 2015)
New Revision: 66148
Modified:
grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
Log:
GRASS-Installer.nsi: SetOnFile -> GrantOnFile
Modified: grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi.tmpl 2015-09-08 02:45:01 UTC (rev 66147)
+++ grass/trunk/mswindows/GRASS-Installer.nsi.tmpl 2015-09-08 08:32:24 UTC (rev 66148)
@@ -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