rust-analyzer: install to TERMUX_PKG_MASSAGEDIR

This commit is contained in:
Henrik Grimler 2021-10-30 16:39:17 +02:00 committed by Henrik Grimler
parent c1ea32bdf4
commit 5dcf2042f7
1 changed files with 2 additions and 1 deletions

View File

@ -15,5 +15,6 @@ termux_step_make() {
}
termux_step_make_install() {
install -Dm755 -t $TERMUX_PREFIX/bin target/${CARGO_TARGET_NAME}/release/rust-analyzer
install -Dm755 -t $TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX/bin \
target/${CARGO_TARGET_NAME}/release/rust-analyzer
}