From 546e8afe0ea59f4f2cca97445a7015ba6e797cee Mon Sep 17 00:00:00 2001 From: Lucy Phipps Date: Sat, 23 Oct 2021 17:12:50 +0100 Subject: [PATCH] shell2http: fix --- packages/shell2http/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/shell2http/build.sh b/packages/shell2http/build.sh index 589a55db7..00f1f35aa 100644 --- a/packages/shell2http/build.sh +++ b/packages/shell2http/build.sh @@ -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'" }