shell2http: install to TERMUX_PKG_MASSAGEDIR

This commit is contained in:
Henrik Grimler 2021-10-30 16:56:08 +02:00 committed by Henrik Grimler
parent 5dcf2042f7
commit b8a939fef2
1 changed files with 2 additions and 1 deletions

View File

@ -22,5 +22,6 @@ termux_step_make() {
}
termux_step_make_install() {
install -Dm700 -t "$TERMUX_PREFIX"/bin "$GOPATH"/src/github.com/msoap/shell2http/shell2http
install -Dm700 -t "$TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX"/bin \
"$GOPATH"/src/github.com/msoap/shell2http/shell2http
}