Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit 5385d1c

Browse files
committed
Workaround for broken symlink test in r-devel
1 parent 853befc commit 5385d1c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/build.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ mkdir %R_NAME%
3737
:: Needed to fix tar symlinks
3838
set MSYS=winsymlinks:lnk
3939
tar -xf %SOURCEDIR%/%TARBALL% -C %R_NAME% --strip-components=1
40+
41+
:: Temp workaround for broken R-devel symlink tests
4042
set MSYS=
43+
tar -xf %SOURCEDIR%/%TARBALL% -C %R_NAME% --strip-components=1
44+
4145
set XR_HOME=%R_HOME:\=/%
4246
set XHOME32=%HOME32:\=/%
4347
sed -e "s|@win@|%WIN%|" -e "s|@home@|%XR_HOME%|" -e "s|@home32@|%XHOME32%|" %SOURCEDIR%\files\MkRules.local.in > %R_HOME%/src/gnuwin32/MkRules.local

0 commit comments

Comments
 (0)