Archived
1
0

update build.sh

This commit is contained in:
Jeff Becker 2016-11-18 09:57:24 -05:00
parent 91406d3400
commit c0ae3d0756

View File

@ -102,8 +102,8 @@ if [ "$ipfs" == "yes" ] ; then
echo "Now configure NNTPChan with ./srndv2 setup" echo "Now configure NNTPChan with ./srndv2 setup"
else else
if [ "$unstable" == "yes" ] ; then if [ "$unstable" == "yes" ] ; then
go get -u -v github.com/majestrate/srndv2/cmd/nntpchan make -C contrib/backends/srndv2
cp "$GOPATH/bin/nntpchan" "$root" cp contrib/backends/srndv2/bin/nntpchand "$root"
echo "built unstable, if you don't know what to do, run without --unstable" echo "built unstable, if you don't know what to do, run without --unstable"
else else
go get -u -v $tags github.com/majestrate/srndv2 go get -u -v $tags github.com/majestrate/srndv2