fix
This commit is contained in:
parent
13724b751a
commit
baeabad1a4
2
build.sh
2
build.sh
@ -95,8 +95,6 @@ if [ "$ipfs" == "yes" ] ; then
|
|||||||
cd "$GOPATH/src/gx/ipfs"
|
cd "$GOPATH/src/gx/ipfs"
|
||||||
"$GOPATH/bin/gx" get "$rev"
|
"$GOPATH/bin/gx" get "$rev"
|
||||||
cd "$rev/srndv2"
|
cd "$rev/srndv2"
|
||||||
echo "get deps"
|
|
||||||
go get -d -v
|
|
||||||
echo "build..."
|
echo "build..."
|
||||||
go build -v .
|
go build -v .
|
||||||
cp srndv2 "$root"
|
cp srndv2 "$root"
|
||||||
|
Reference in New Issue
Block a user