diff --git a/build.sh b/build.sh index e0cba68..18d8587 100755 --- a/build.sh +++ b/build.sh @@ -64,8 +64,8 @@ if [ "x$ipfs" == "xyes" ] ; then echo "obtaining gx-go" go get -u -v github.com/whyrusleeping/gx-go fi - mkdir -p vendor/gx/ipfs - cd vendor/gx/ipfs + mkdir -p $GOPATH/src/vendor/gx/ipfs + cd $GOPATH/src/vendor/gx/ipfs $GOPATH/bin/gx get $rev cd $root $GOPATH/bin/gx install