[GRASS-SVN] r61401 - grass/trunk/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jul 25 07:39:46 PDT 2014
Author: martinl
Date: 2014-07-25 07:39:46 -0700 (Fri, 25 Jul 2014)
New Revision: 61401
Modified:
grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
Log:
winGRASS: wrong file permissions for grassXY.py on Windows (#2290)
Modified: grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi.tmpl 2014-07-25 13:58:29 UTC (rev 61400)
+++ grass/trunk/mswindows/GRASS-Installer.nsi.tmpl 2014-07-25 14:39:46 UTC (rev 61401)
@@ -891,7 +891,8 @@
Push 'config_projshare = "/c/OSGeo4W/share/proj"' ; string that a line must begin with *WS Sensitive*
Push 'config_projshare = "$INSTDIR\share\proj"' ; string to replace whole line with
Call ReplaceLineStr
-
+
+ AccessControl::SetOnFile "$INSTDIR\etc\grass at GRASS_VERSION_MAJOR@@GRASS_VERSION_MINOR at .py" "(BU)" "Execute"
SectionEnd
;--------------------------------------------------------------------------
More information about the grass-commit
mailing list