Archived
1
0

try fixing build.sh again

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

View File

@ -64,8 +64,8 @@ if [ "x$ipfs" == "xyes" ] ; then
echo "obtaining gx-go"
go get -u -v github.com/whyrusleeping/gx-go
fi
mkdir -p $GOPATH/src/vendor/gx/ipfs
cd $GOPATH/src/vendor/gx/ipfs
mkdir -p $GOPATH/src/gx/ipfs
cd $GOPATH/src/gx/ipfs
$GOPATH/bin/gx get $rev
cd $root
$GOPATH/bin/gx install