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