chore(main/gdb): install to TERMUX_PKG_MASSAGEDIR

This commit is contained in:
Henrik Grimler 2023-07-13 12:13:06 +02:00
parent 2ac41e2e98
commit 5c2d6c8ab2
1 changed files with 1 additions and 1 deletions

View File

@ -45,5 +45,5 @@ termux_step_pre_configure() {
}
termux_step_post_make_install() {
install -Dm700 -t $TERMUX_PREFIX/bin gdbserver/gdbserver
install -Dm700 -t $TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX/bin gdbserver/gdbserver
}