Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian authored Nov 12, 2024
1 parent 89ffdb6 commit b2d45fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/revbayes/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fi
"${CONFIG_ARGS}"

chmod 0755 rb-mpi rb-mpi-help2yml
mv rb-mpi rb-mpi-help2yml $PREFIX/bin/rb-mpi
mv rb-mpi rb-mpi-help2yml $PREFIX/bin/


# Non-mpi version
Expand All @@ -43,6 +43,6 @@ rm -rf build-mpi
"${CONFIG_ARGS}"

chmod 0755 rb rb-help2yml
mv rb rb-help2yml $PREFIX/bin
mv rb rb-help2yml $PREFIX/bin/

rm -rf build

0 comments on commit b2d45fd

Please sign in to comment.