From b69225dbb5041b5bc074d99afaed6e032d6cda31 Mon Sep 17 00:00:00 2001 From: Martin Landa Date: Sun, 10 Jan 2016 20:42:09 +0000 Subject: [PATCH] Copy 'Windows batchfiles for use with R' (GRASS-R-integration) from source to PACKAGE_DIR\extrabin not done (https://trac.osgeo.org/grass/ticket/2861) git-svn-id: https://svn.osgeo.org/grass/grass/trunk@67543 15284696-431f-4ddb-bdfa-cd5b030d7da7 --- mswindows/GRASS-Packager.bat.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mswindows/GRASS-Packager.bat.tmpl b/mswindows/GRASS-Packager.bat.tmpl index 66b82968c21..c0a1cf5ce20 100644 --- a/mswindows/GRASS-Packager.bat.tmpl +++ b/mswindows/GRASS-Packager.bat.tmpl @@ -62,7 +62,7 @@ del %PACKAGE_DIR%\extrabin\msvcr* @echo ----------------------------------------------------------------------------------------------------------------------- @echo. -copy %OSGEO4W_BLD_DIR%\usr\src\grass_trunk\mswindows\external\rbatch\* %PACKAGE_DIR%\extrabin +copy .\external\rbatch\* %PACKAGE_DIR%\extrabin @echo. @echo -----------------------------------------------------------------------------------------------------------------------