chore(main/websocketd): install to TERMUX_PKG_MASSAGEDIR

This commit is contained in:
Henrik Grimler 2023-07-13 12:19:33 +02:00
parent c2674f02b0
commit 30cdc4beb9
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@ termux_step_make() {
}
termux_step_make_install() {
install -Dm700 -t "${TERMUX_PREFIX}"/bin websocketd
install -Dm700 -t "${TERMUX_PKG_MASSAGEDIR}/${TERMUX_PREFIX}"/bin websocketd
}