From 382875509b4123f167da8528a0ce5b95d8345990 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Fri, 13 May 2016 10:04:04 -0400 Subject: [PATCH] try correcting location of vendor packages --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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