From 133b032f1d7e50b98c0cbf8639c68554fc61be2b Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Fri, 13 May 2016 09:38:57 -0400 Subject: [PATCH] tweak build.sh again --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index a30cb69..5e74d94 100755 --- a/build.sh +++ b/build.sh @@ -64,6 +64,8 @@ if [ "x$ipfs" == "xyes" ] ; then gx get $rev cd $root gx install + go build + cp nntpchan srndv2 else go get -u -v github.com/majestrate/srndv2 fi