mdbook-open-on-gh: install to TERMUX_PKG_MASSAGEDIR

This commit is contained in:
Henrik Grimler 2022-02-11 17:08:35 +01:00 committed by Henrik Grimler
parent 51d08b122b
commit 0b16611d5b
1 changed files with 2 additions and 1 deletions

View File

@ -14,5 +14,6 @@ termux_step_make() {
}
termux_step_make_install() {
install -Dm700 -t $TERMUX_PREFIX/bin target/${CARGO_TARGET_NAME}/release/mdbook-open-on-gh
install -Dm700 -t $TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX/bin \
target/${CARGO_TARGET_NAME}/release/mdbook-open-on-gh
}