浏览代码

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)
(merge https://trac.osgeo.org/grass/changeset/67543 from trunk)


git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@67549 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 9 年之前
父节点
当前提交
4eb8980c30
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mswindows/GRASS-Packager.bat.tmpl

+ 1 - 1
mswindows/GRASS-Packager.bat.tmpl

@@ -62,7 +62,7 @@ del %PACKAGE_DIR%\extrabin\msvcr*
 @echo -----------------------------------------------------------------------------------------------------------------------
 @echo.
 
-copy %OSGEO4W_BLD_DIR%\usr\src\grass70_release\mswindows\external\rbatch\* %PACKAGE_DIR%\extrabin
+copy .\external\rbatch\* %PACKAGE_DIR%\extrabin
 
 @echo.
 @echo -----------------------------------------------------------------------------------------------------------------------