Archived
1
0

try to make build.sh work

This commit is contained in:
Jeff Becker 2016-05-13 10:16:09 -04:00
parent 78a5138409
commit d2d81ccbd0
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -69,11 +69,13 @@ if [ "x$ipfs" == "xyes" ] ; then
$GOPATH/bin/gx get $rev
cd $root
$GOPATH/bin/gx install
go get -u -v -d
set +e
go get -u -v
set -e
go build -v .
cp nntpchan srndv2
else
go get -u -v github.com/majestrate/srndv2
cp $GOPATH/bin/srndv2 $root
fi
cp $GOPATH/bin/srndv2 $root
echo "Built"