try correcting location of vendor packages
This commit is contained in:
parent
5da696d1c8
commit
382875509b
4
build.sh
4
build.sh
@ -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 vendor/gx/ipfs
|
||||
cd vendor/gx/ipfs
|
||||
mkdir -p $GOPATH/src/vendor/gx/ipfs
|
||||
cd $GOPATH/src/vendor/gx/ipfs
|
||||
$GOPATH/bin/gx get $rev
|
||||
cd $root
|
||||
$GOPATH/bin/gx install
|
||||
|
Reference in New Issue
Block a user