Archived
1
0

ammend build.sh to use mv not cp with finished binary

This commit is contained in:
Jeff Becker 2016-05-13 10:47:56 -04:00
parent 9596c1e27e
commit e7c90c647d
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -68,7 +68,7 @@ if [ "x$ipfs" == "xyes" ] ; then
$GOPATH/bin/gx install $GOPATH/bin/gx install
go get -d -v go get -d -v
go build -v . go build -v .
cp nntpchan srndv2 mv nntpchan srndv2
else else
go get -u -v github.com/majestrate/srndv2 go get -u -v github.com/majestrate/srndv2
cp $GOPATH/bin/srndv2 $root cp $GOPATH/bin/srndv2 $root