[GRASS-SVN] r61454 - grass/branches/releasebranch_7_0/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jul 30 01:33:06 PDT 2014


Author: martinl
Date: 2014-07-30 01:33:06 -0700 (Wed, 30 Jul 2014)
New Revision: 61454

Modified:
   grass/branches/releasebranch_7_0/mswindows/GRASS-Installer.nsi.tmpl
Log:
winGRASS: wrong file permissions for grassXY.py on Windows (#2290)
          (merge r61401 from trunk)


Modified: grass/branches/releasebranch_7_0/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/branches/releasebranch_7_0/mswindows/GRASS-Installer.nsi.tmpl	2014-07-29 23:39:47 UTC (rev 61453)
+++ grass/branches/releasebranch_7_0/mswindows/GRASS-Installer.nsi.tmpl	2014-07-30 08:33:06 UTC (rev 61454)
@@ -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