chore(main/txikijs): install to TERMUX_PKG_MASSAGEDIR

This commit is contained in:
Henrik Grimler 2023-07-13 12:13:08 +02:00
parent b5252d063a
commit e799b3d3a2
1 changed files with 1 additions and 1 deletions

View File

@ -37,5 +37,5 @@ termux_step_post_configure() {
}
termux_step_make_install() {
install -Dm700 -t $TERMUX_PREFIX/bin tjs
install -Dm700 -t $TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX/bin tjs
}