system/mongo-tools: 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-05 16:08:20 +13:00 committed by Willy Sudiarto Raharjo
parent cfe5e199fd
commit 534c532910
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -81,6 +81,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
export GO111MODULE="off"
TARGET_PATH=$PKG/usr/bin
mkdir -p $TARGET_PATH
. ./set_gopath.sh