[GRASS-SVN] r53604 - grass/branches/releasebranch_6_4/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Oct 29 02:43:07 PDT 2012


Author: martinl
Date: 2012-10-29 02:43:06 -0700 (Mon, 29 Oct 2012)
New Revision: 53604

Modified:
   grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi.tmpl
Log:
wingrass: fix demolocation_path

Modified: grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi.tmpl	2012-10-28 21:59:12 UTC (rev 53603)
+++ grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi.tmpl	2012-10-29 09:43:06 UTC (rev 53604)
@@ -10,7 +10,7 @@
 
 ;Define the source path of the demolocation files
 
-!define DEMOLOCATION_PATH "c:\osgeo4w\usr\src\grass_trunk\demolocation"
+!define DEMOLOCATION_PATH "c:\osgeo4w\usr\src\grass64_release\demolocation"
 
 ;Define the source of the patched msys.bat
 



More information about the grass-commit mailing list