ammend build.sh to use mv not cp with finished binary
This commit is contained in:
parent
9596c1e27e
commit
e7c90c647d
2
build.sh
2
build.sh
@ -68,7 +68,7 @@ if [ "x$ipfs" == "xyes" ] ; then
|
||||
$GOPATH/bin/gx install
|
||||
go get -d -v
|
||||
go build -v .
|
||||
cp nntpchan srndv2
|
||||
mv nntpchan srndv2
|
||||
else
|
||||
go get -u -v github.com/majestrate/srndv2
|
||||
cp $GOPATH/bin/srndv2 $root
|
||||
|
Reference in New Issue
Block a user