macchina: install to TERMUX_PKG_MASSAGEDIR

This commit is contained in:
Henrik Grimler 2021-05-13 22:46:19 +02:00 committed by Henrik Grimler
parent 4c97a94a61
commit 6aad91f202
1 changed files with 2 additions and 1 deletions

View File

@ -13,5 +13,6 @@ termux_step_make_install() {
termux_setup_rust
cargo build --jobs ${TERMUX_MAKE_PROCESSES} --target ${CARGO_TARGET_NAME} --release
install -Dm755 -t ${TERMUX_PREFIX}/bin target/${CARGO_TARGET_NAME}/release/macchina
install -Dm755 -t ${TERMUX_PKG_MASSAGEDIR}/${TERMUX_PREFIX}/bin \
target/${CARGO_TARGET_NAME}/release/macchina
}