commit:     3a2b7823d754b84a1d8df46077b6ecd503a467ac
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu May  9 10:51:15 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu May  9 10:51:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a2b7823

app-containers/conmon: use bash redirect instead of tee to write VERSION

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 app-containers/conmon/conmon-2.1.11.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-containers/conmon/conmon-2.1.11.ebuild 
b/app-containers/conmon/conmon-2.1.11.ebuild
index e135e5acc8fe..2818e91ebc37 100644
--- a/app-containers/conmon/conmon-2.1.11.ebuild
+++ b/app-containers/conmon/conmon-2.1.11.ebuild
@@ -28,8 +28,8 @@ DEPEND="${RDEPEND}"
 BDEPEND="dev-go/go-md2man"
 
 src_prepare() {
-       # PR 505 https://github.com/containers/conmon/pull/505
-       echo "${PV}" | tee VERSION || die
+       # https://github.com/containers/conmon/pull/505
+       echo "${PV}" > VERSION || die
 
        default
        sed -i -e "s|shell.*--exists libsystemd.* && echo \"0\"|shell echo 
$(usex systemd 0 1)|g;" Makefile || die

Reply via email to