Archived
1
0

try using -d flag

This commit is contained in:
Jeff Becker 2016-05-13 10:14:27 -04:00
parent bdd9ae9ae4
commit 78a5138409
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
cd $root
$GOPATH/bin/gx install
go get -u -v
go get -u -v -d
go build -v .
cp nntpchan srndv2
else