chore(main/below): install to TERMUX_PKG_MASSAGEDIR

This commit is contained in:
Henrik Grimler 2023-07-13 12:13:05 +02:00
parent 0584826fd3
commit 0a57961d9f
1 changed files with 1 additions and 1 deletions

View File

@ -55,5 +55,5 @@ termux_step_make() {
}
termux_step_make_install() {
install -Dm700 -t $TERMUX_PREFIX/bin target/${CARGO_TARGET_NAME}/release/below
install -Dm700 -t $TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX/bin target/${CARGO_TARGET_NAME}/release/below
}