From: Zac Medico Date: Sat, 9 Nov 2019 22:46:44 +0000 (-0800) Subject: app-emulation/libpod: fix get_release_info.sh VERSION X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3af85c99a2df7943f9476f5cd67d4c526b622fe2;p=gentoo.git app-emulation/libpod: fix get_release_info.sh VERSION Bug: https://bugs.gentoo.org/697998 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Zac Medico --- diff --git a/app-emulation/libpod/libpod-1.6.3.ebuild b/app-emulation/libpod/libpod-1.6.3.ebuild index f2d8fa4c4894..029c6c1413fc 100644 --- a/app-emulation/libpod/libpod-1.6.3.ebuild +++ b/app-emulation/libpod/libpod-1.6.3.ebuild @@ -46,6 +46,9 @@ src_prepare() { -e 's/$(GO) build/$(GO) build -v -work -x/' \ -e 's/^\(install:.*\) install\.python$/\1/' \ -i Makefile || die + + sed -e 's|OUTPUT="${CIRRUS_TAG:.*|OUTPUT='v${PV}'|' \ + -i hack/get_release_info.sh || die } src_compile() {