diff --git a/build b/build index e9217147..f987dbb6 100755 --- a/build +++ b/build @@ -10,7 +10,7 @@ if [ ! -h gopath/src/${REPO_PATH} ]; then fi export GOBIN=${PWD}/bin -export GOPATH=${PWD}/gopath:$(pwd)/Godeps/_workspace +export GOPATH=${PWD}/gopath echo "Building API" go build ${REPO_PATH}/libcni