[GRASS-SVN] r42334 - grass/trunk/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon May 24 05:02:25 EDT 2010
Author: hellik
Date: 2010-05-24 05:02:23 -0400 (Mon, 24 May 2010)
New Revision: 42334
Modified:
grass/trunk/mswindows/GRASS-Installer.nsi
Log:
correct config_projshare
Modified: grass/trunk/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi 2010-05-23 21:06:38 UTC (rev 42333)
+++ grass/trunk/mswindows/GRASS-Installer.nsi 2010-05-24 09:02:23 UTC (rev 42334)
@@ -835,7 +835,7 @@
;replace config_projshare = "/c/OSGeo4W/share/proj" i n grass70.py with $INSTDIR\proj
Push "$INSTDIR\grass70.py" ; file to modify
Push 'config_projshare = "/c/OSGeo4W/share/proj"' ; string that a line must begin with *WS Sensitive*
- Push 'gisbase = "$INSTDIR\proj"' ; string to replace whole line with
+ Push 'config_projshare = "$INSTDIR\proj"' ; string to replace whole line with
Call ReplaceLineStr
SectionEnd
More information about the grass-commit
mailing list