up: install TERMUX_PKG_MASSAGEDIR

This commit is contained in:
Henrik Grimler 2022-02-11 19:47:05 +01:00 committed by Henrik Grimler
parent 642db07511
commit 14d3c0db44
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ termux_step_make() {
}
termux_step_make_install() {
install -Dm700 -t $TERMUX_PREFIX/bin up
install -Dm700 -t $TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX/bin up
}