github-cli: use GH_VERSION to make sure our binary is properly versioned

このコミットが含まれているのは:
Paul Mulders 2021-06-11 23:01:15 +02:00
コミット 90eb2722f9
1個のファイルの変更1行の追加0行の削除

ファイルの表示

@ -23,6 +23,7 @@ BUGS_TO="hasufell@posteo.de"
src_compile() {
export GOPATH="${WORK}"/.gopath
export GOBIN="${WORK}"/.bin
export GH_VERSION="v${PV}"
unset LDFLAGS
esandbox disable_net