From 893491ce256dc7c0bd55dad052a467a65af1b149 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 18 Apr 2016 09:22:33 -0400 Subject: [PATCH] try fixing build.sh --- build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.sh b/build.sh index b800f99..d4ce430 100755 --- a/build.sh +++ b/build.sh @@ -50,6 +50,5 @@ echo "obtaining gx" go get -v github.com/whyrusleeping/gx go get -v github.com/whyrusleeping/gx-go $GOPATH/bin/gx install --global -go get -v gx/ipfs/$rev/srndv2 -cp $GOPATH/bin/srndv2 $root +go build -v echo "Built"