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:
parent
346418b944
commit
efc2539f23
|
@ -90,6 +90,7 @@ export GOPATH="$TMP/$PRGNAM-$VERSION"
|
||||||
|
|
||||||
sed -i 's|GIT_COMMIT :=|GIT_COMMIT ?=|' Makefile
|
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 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"
|
make install install.completions GIT_COMMIT="$GIT_COMMIT" PREFIX="/usr" DESTDIR="$PKG" MANDIR="/usr/man"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue