From 9596c1e27efa13d20b852151ed0a60578a162ac4 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Fri, 13 May 2016 10:41:51 -0400 Subject: [PATCH] try simpler build.sh --- build.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.sh b/build.sh index 5902b13..d77f67a 100755 --- a/build.sh +++ b/build.sh @@ -64,11 +64,7 @@ if [ "x$ipfs" == "xyes" ] ; then echo "obtaining gx-go" go get -u -v github.com/whyrusleeping/gx-go fi - mkdir -p $GOPATH/src/gx/ipfs - cd $GOPATH/src/gx/ipfs echo "building stable revision, this will take a bit. to speed this part up install and run ipfs locally" - $GOPATH/bin/gx get $rev - cd $root $GOPATH/bin/gx install go get -d -v go build -v .