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

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