Archived
1
0

fix missing command

This commit is contained in:
Jeff Becker 2016-05-13 09:51:35 -04:00
parent 63a3511c84
commit 504c9ae84e
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -60,7 +60,7 @@ if [ "x$ipfs" == "xyes" ] ; then
go get -u -v github.com/whyrusleeping/gx-go
mkdir -p vendor/gx/ipfs
cd vendor/gx/ipfs
gx get $rev
$GOPATH/bin/gx get $rev
cd $root
$GOPATH/bin/gx install
go build