[GRASS-SVN] r56130 - grass/trunk/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun May 5 02:29:05 PDT 2013
Author: hamish
Date: 2013-05-05 02:29:05 -0700 (Sun, 05 May 2013)
New Revision: 56130
Modified:
grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
Log:
back to orig nsis variable quoting
Modified: grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi.tmpl 2013-05-05 08:37:46 UTC (rev 56129)
+++ grass/trunk/mswindows/GRASS-Installer.nsi.tmpl 2013-05-05 09:29:05 UTC (rev 56130)
@@ -584,7 +584,7 @@
;Install demolocation into the GIS_DATABASE directory
SetOutPath "$GIS_DATABASE\demolocation"
- File /r "$DEMOLOCATION_PATH"\*.*
+ File /r ${DEMOLOCATION_PATH}\*.*
RMDir /r "$GIS_DATABASE\demolocation\.svn"
RMDir /r "$GIS_DATABASE\demolocation\PERMANENT\.svn"
RMDir /r "$GIS_DATABASE\demolocation\PERMANENT\vector\.svn"
More information about the grass-commit
mailing list