浏览代码

correct config_projshare

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@42334 15284696-431f-4ddb-bdfa-cd5b030d7da7
Helmut Kudrnovsky 15 年之前
父节点
当前提交
194544261a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mswindows/GRASS-Installer.nsi

+ 1 - 1
mswindows/GRASS-Installer.nsi

@@ -835,7 +835,7 @@ Section "GRASS" SecGRASS
 	;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