Explorar el Código

back to orig nsis variable quoting

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56130 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman hace 12 años
padre
commit
115359e1cc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mswindows/GRASS-Installer.nsi.tmpl

+ 1 - 1
mswindows/GRASS-Installer.nsi.tmpl

@@ -584,7 +584,7 @@ Section "GRASS" SecGRASS
 	
 	;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"