diff options
Diffstat (limited to 'misc/go-md2man/go-md2man.SlackBuild')
-rw-r--r-- | misc/go-md2man/go-md2man.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/go-md2man/go-md2man.SlackBuild b/misc/go-md2man/go-md2man.SlackBuild index e18acf25a3..09e9d030e3 100644 --- a/misc/go-md2man/go-md2man.SlackBuild +++ b/misc/go-md2man/go-md2man.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=go-md2man VERSION=${VERSION:-1.0.8} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -87,6 +87,7 @@ find -L . \ # Point go to the location of the source tree export GOPATH="$TMP/$PRGNAM-$VERSION" export GOBIN="$PKG/usr/bin" +export GO111MODULE="off" go install -a -x ./... |