Skip to content

Commit

Permalink
Fix jags.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
mingwandroid committed Oct 23, 2018
1 parent ebea267 commit ea67019
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions msys2/m2w64-jags/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ check() {
package() {
cd "${srcdir}"/build-${CARCH}
make install DESTDIR="${pkgdir}"
# Replace the broken (and largely redundant) jags.bat with a sensible one.
echo "%~dp0..\libexec\jags-terminal %1" > "${pkgdir}${MINGW_PREFIX}"/bin/jags.bat
}

0 comments on commit ea67019

Please sign in to comment.