[GRASS-SVN] r56012 - grass/branches/develbranch_6/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Apr 27 03:27:00 PDT 2013
Author: hamish
Date: 2013-04-27 03:27:00 -0700 (Sat, 27 Apr 2013)
New Revision: 56012
Modified:
grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi.tmpl
Log:
revert r56002; doesn't work
Modified: grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi.tmpl 2013-04-27 10:23:57 UTC (rev 56011)
+++ grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi.tmpl 2013-04-27 10:27:00 UTC (rev 56012)
@@ -834,13 +834,13 @@
;${StrReplace} "$UNIX_LIKE_GIS_DATABASE_PATH" "\" "/" "$GIS_DATABASE"
SetShellVarContext current
- ${If} ${FileExists} "$APPDATA\GRASS at GRASS_VERSION_MAJOR@\grassrc at GRASS_VERSION_MAJOR@"
- DetailPrint "File $APPDATA\GRASS at GRASS_VERSION_MAJOR@\grassrc at GRASS_VERSION_MAJOR@ already exists. Skipping."
+ ${If} ${FileExists} "$APPDATA\GRASS at GRASS_VERSION_MAJOR@\grassrc6"
+ DetailPrint "File $APPDATA\GRASS at GRASS_VERSION_MAJOR@\grassrc6 already exists. Skipping."
${Else}
- ;create $APPDATA\GRASS at GRASS_VERSION_MAJOR@\grassrc at GRASS_VERSION_MAJOR@
+ ;create $APPDATA\GRASS at GRASS_VERSION_MAJOR@\grassrc6
ClearErrors
CreateDirectory $APPDATA\GRASS at GRASS_VERSION_MAJOR@
- FileOpen $0 $APPDATA\GRASS at GRASS_VERSION_MAJOR@\grassrc at GRASS_VERSION_MAJOR@ w
+ FileOpen $0 $APPDATA\GRASS at GRASS_VERSION_MAJOR@\grassrc6 w
IfErrors done_create_grass_rc
FileWrite $0 'GISDBASE: $GIS_DATABASE$\r$\n'
FileWrite $0 'LOCATION_NAME: demolocation$\r$\n'
More information about the grass-commit
mailing list