summaryrefslogtreecommitdiffstats
path: root/system/buildah/buildah.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/buildah/buildah.SlackBuild')
-rw-r--r--system/buildah/buildah.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/buildah/buildah.SlackBuild b/system/buildah/buildah.SlackBuild
index c4d22c8120..2dccf061e3 100644
--- a/system/buildah/buildah.SlackBuild
+++ b/system/buildah/buildah.SlackBuild
@@ -90,6 +90,7 @@ export GOPATH="$TMP/$PRGNAM-$VERSION"
sed -i 's|GIT_COMMIT :=|GIT_COMMIT ?=|' Makefile
+export GO111MODULE="off"
make binary docs GIT_COMMIT="$GIT_COMMIT" TAGS="'seccomp containers_image_ostree_stub'"
make install install.completions GIT_COMMIT="$GIT_COMMIT" PREFIX="/usr" DESTDIR="$PKG" MANDIR="/usr/man"