Skip to content

Commit

Permalink
i'm going to lose my sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
mbekkomo committed Apr 7, 2024
1 parent ed45b25 commit a192079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rebar3/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ TERMUX_PKG_PLATFORM_INDEPENDENT=true

termux_step_make() {
set -x
ERL_LIBS="$TERMUX_PREFIX/lib/erlang" escript bootstrap
ERL_LIBS="$TERMUX_PREFIX/lib/erlang" "$TERMUX_PREFIX/bin/escript" bootstrap
install -Dm755 -t "${TERMUX_PREFIX}/bin" rebar3
set +x
}

0 comments on commit a192079

Please sign in to comment.