Archived
1
0

Revert "Revert "update build.sh""

This reverts commit 38354318b8.
This commit is contained in:
Jeff Becker 2016-12-14 17:45:46 -05:00
parent a00a902022
commit 2468083ba2

View File

@ -102,8 +102,8 @@ if [ "$ipfs" == "yes" ] ; then
echo "Now configure NNTPChan with ./srndv2 setup"
else
if [ "$unstable" == "yes" ] ; then
go get -u -v github.com/majestrate/srndv2/cmd/nntpchan
cp "$GOPATH/bin/nntpchan" "$root"
make -C contrib/backends/srndv2
cp contrib/backends/srndv2/bin/nntpchand "$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