Archived
1
0

use go get instead of go build

This commit is contained in:
Jeff Becker 2016-05-13 10:06:39 -04:00
parent f3793852a2
commit 56c72d1d74
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

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