Archived
1
0

tweak build.sh

This commit is contained in:
Jeff Becker 2016-05-13 09:37:32 -04:00
parent 0e57fe057f
commit ac0b171f19
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -63,7 +63,7 @@ if [ "x$ipfs" == "xyes" ] ; then
cd vendor/gx/ipfs
gx get $rev
cd $root
go get -u -v gx/ipfs/$rev/srndv2
gx install
else
go get -u -v github.com/majestrate/srndv2
fi