[GRASS-SVN] r56131 - grass/branches/develbranch_6/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 5 02:30:49 PDT 2013


Author: hamish
Date: 2013-05-05 02:30:48 -0700 (Sun, 05 May 2013)
New Revision: 56131

Modified:
   grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi.tmpl
Log:
back to orig nsis variable quoting (merge from trunk)

Modified: grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi.tmpl	2013-05-05 09:29:05 UTC (rev 56130)
+++ grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi.tmpl	2013-05-05 09:30:48 UTC (rev 56131)
@@ -583,7 +583,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