[GRASS-SVN] r55794 - grass/branches/develbranch_6/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Apr 14 05:08:38 PDT 2013
Author: neteler
Date: 2013-04-14 05:08:38 -0700 (Sun, 14 Apr 2013)
New Revision: 55794
Modified:
grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi.tmpl
Log:
winGRASS installer: use standard and clear name without white space
Modified: grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi.tmpl 2013-04-14 12:06:53 UTC (rev 55793)
+++ grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi.tmpl 2013-04-14 12:08:38 UTC (rev 55794)
@@ -1,6 +1,6 @@
;----------------------------------------------------------------------------------------------------------------------------
-;GRASS Installer for Windows
+;GRASS GIS Installer for Windows
;Written by Marco Pasetti
;Updated for OSGeo4W by Colin Nielsen, Helmut Kudrnovsky, and Martin Landa
;Last Update: $Id$
@@ -10,7 +10,7 @@
;Define the source path of the demolocation files
-!define DEMOLOCATION_PATH "c:\osgeo4w\usr\src\grass6_devel\demolocation"
+!define DEMOLOCATION_PATH "c:\OSGeo4W\usr\src\grass6_devel\demolocation"
;Define the source of the patched msys.bat
@@ -510,7 +510,7 @@
;Set the GIS_DATABASE directory
SetShellVarContext current
Var /GLOBAL GIS_DATABASE
- StrCpy $GIS_DATABASE "$DOCUMENTS\GIS DataBase"
+ StrCpy $GIS_DATABASE "$DOCUMENTS\grassdata"
;Create the GIS_DATABASE directory
CreateDirectory "$GIS_DATABASE"
More information about the grass-commit
mailing list