system/buildah: Fix build with newer google-go-lang.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-02-18 23:35:27 +13:00 committed by Willy Sudiarto Raharjo
parent 346418b944
commit efc2539f23
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 1 additions and 0 deletions

View File

@ -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"