shell2http: fix

This commit is contained in:
Lucy Phipps 2021-10-23 17:12:50 +01:00
parent 0c4a973544
commit 546e8afe0e
No known key found for this signature in database
GPG Key ID: 8F688A3DB7869BFE
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ termux_step_make() {
mkdir -p "${GOPATH}/src/github.com/msoap/"
cp -a "${TERMUX_PKG_SRCDIR}" "${GOPATH}/src/github.com/msoap/shell2http"
cd "${GOPATH}/src/github.com/msoap/shell2http"
go mod init
go get -d -v
go build -ldflags "-X 'main.version=$TERMUX_PKG_VERSION'"
}