Просмотр исходного кода

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 лет назад
Родитель
Сommit
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 -----------------------------------------------------------------------------------------------------------------------