diff --git a/build.sh b/build.sh index 0095cde..c130c16 100755 --- a/build.sh +++ b/build.sh @@ -69,7 +69,7 @@ if [ "x$ipfs" == "xyes" ] ; then $GOPATH/bin/gx get $rev cd $root $GOPATH/bin/gx install - go get -u -v gx/ipfs/$rev + go get -u -v . go build -v . cp nntpchan srndv2 else