From 309d8e6c45b41ee71bbd751d2a222ebd367efd59 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Fri, 13 May 2016 09:47:01 -0400 Subject: [PATCH] tweak build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index a9b1135..a2228b5 100755 --- a/build.sh +++ b/build.sh @@ -63,7 +63,7 @@ if [ "x$ipfs" == "xyes" ] ; then cd vendor/gx/ipfs gx get $rev cd $root - gx install + $GOPATH/bin/gx install go build cp nntpchan srndv2 else