mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
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:
parent
cfe5e199fd
commit
534c532910
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue