Archived
1
0

try fixing build.sh

This commit is contained in:
Jeff Becker 2016-04-18 09:22:33 -04:00
parent 51d031566a
commit 893491ce25
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -50,6 +50,5 @@ echo "obtaining gx"
go get -v github.com/whyrusleeping/gx go get -v github.com/whyrusleeping/gx
go get -v github.com/whyrusleeping/gx-go go get -v github.com/whyrusleeping/gx-go
$GOPATH/bin/gx install --global $GOPATH/bin/gx install --global
go get -v gx/ipfs/$rev/srndv2 go build -v
cp $GOPATH/bin/srndv2 $root
echo "Built" echo "Built"