From 38354318b83dd5b7da7de0a42bbb2000007835ca Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Wed, 14 Dec 2016 17:40:58 -0500 Subject: [PATCH] Revert "update build.sh" This reverts commit c0ae3d075633ed9ca840992c48a89eb699f4d2d2. --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 85bf5c0..670d7b9 100755 --- a/build.sh +++ b/build.sh @@ -102,8 +102,8 @@ if [ "$ipfs" == "yes" ] ; then echo "Now configure NNTPChan with ./srndv2 setup" else if [ "$unstable" == "yes" ] ; then - make -C contrib/backends/srndv2 - cp contrib/backends/srndv2/bin/nntpchand "$root" + go get -u -v github.com/majestrate/srndv2/cmd/nntpchan + cp "$GOPATH/bin/nntpchan" "$root" echo "built unstable, if you don't know what to do, run without --unstable" else go get -u -v $tags github.com/majestrate/srndv2