[GRASS-SVN] r59526 - grass-addons/tools/wingrass-packager
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 31 05:38:20 PDT 2014
Author: martinl
Date: 2014-03-31 05:38:20 -0700 (Mon, 31 Mar 2014)
New Revision: 59526
Modified:
grass-addons/tools/wingrass-packager/grass_packager.bat
Log:
winGRASS: fix typo in build scripts
Modified: grass-addons/tools/wingrass-packager/grass_packager.bat
===================================================================
--- grass-addons/tools/wingrass-packager/grass_packager.bat 2014-03-31 04:03:21 UTC (rev 59525)
+++ grass-addons/tools/wingrass-packager/grass_packager.bat 2014-03-31 12:38:20 UTC (rev 59526)
@@ -23,7 +23,7 @@
REM if exist .\grass65 rmdir /S/Q .\grass65
REM xcopy C:\OSGeo4W\usr\src\grass6_devel\mswindows\* .\grass65 /S/V/F/I
if exist .\grass70 rmdir /S/Q .\grass70
-xcopy C:\OSGeo4W\usr\src\grass_trunk\mswindows\* .\grass70 /S/V/F/I
+xcopy C:\OSGeo4W\usr\src\grass70_release\mswindows\* .\grass70 /S/V/F/I
if exist .\grass71 rmdir /S/Q .\grass71
xcopy C:\OSGeo4W\usr\src\grass_trunk\mswindows\* .\grass71 /S/V/F/I
More information about the grass-commit
mailing list