mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-27 16:12:04 +00:00
Added GOPATH/bin to the path in build script
Also fixed hardcoded tool name for MongoDB tools
This commit is contained in:
@@ -426,7 +426,8 @@ build_go_binaries() {
|
||||
TOOLKIT_DIR="${PERCONA_DIR}/percona-toolkit"
|
||||
GO_TOOLS_DIR="${TOOLKIT_DIR}/src/go"
|
||||
CUR_DIR=$(pwd)
|
||||
UNLINK=0
|
||||
UNLINK=0
|
||||
export PATH=${GOPATH}/bin:${PATH}
|
||||
|
||||
echo "GOPATH: ${GOPATH}"
|
||||
echo "Github directory: ${GITHUB_DIR}"
|
||||
|
Reference in New Issue
Block a user