[GRASS-SVN] r32139 - grass/branches/develbranch_6/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jul 16 16:54:54 EDT 2008
Author: marcopx
Date: 2008-07-16 16:54:35 -0400 (Wed, 16 Jul 2008)
New Revision: 32139
Modified:
grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
Log:
Bug fix in install procedure
Modified: grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi 2008-07-16 19:51:36 UTC (rev 32138)
+++ grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi 2008-07-16 20:54:35 UTC (rev 32139)
@@ -408,7 +408,7 @@
;Set the INSTALL_DIR variable
Var /GLOBAL INSTALL_DIR
- ${If} $UPDATE == "YES"
+ ${If} $ASK_FOR_PATH == "NO"
StrCpy $INSTALL_DIR "$INSTALL_PATH"
${Else}
StrCpy $INSTALL_DIR "$INSTDIR"
More information about the grass-commit
mailing list