commit:     720920726dc1a3c6f0355e4739ce700a8bfaf7f4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 30 07:15:54 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 30 07:15:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72092072

dev-util/bpftool: add missing filename arg to sed

Closes: https://bugs.gentoo.org/930965
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/bpftool/bpftool-6.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/bpftool/bpftool-6.8.2.ebuild 
b/dev-util/bpftool/bpftool-6.8.2.ebuild
index d9eba8e311ae..44879c17c473 100644
--- a/dev-util/bpftool/bpftool-6.8.2.ebuild
+++ b/dev-util/bpftool/bpftool-6.8.2.ebuild
@@ -88,7 +88,7 @@ src_prepare() {
        fi
 
        # Use rst2man or rst2man.py depending on which one exists (#930076)
-       type -P rst2man >/dev/null || sed -i -e 's/rst2man/rst2man.py/g' || die
+       type -P rst2man >/dev/null || sed -i -e 's/rst2man/rst2man.py/g' 
Documentation/Makefile || die
 
        # remove -Werror (bug 887981)
        sed -i -e 's/\-Werror//g' ../../lib/bpf/Makefile || die

Reply via email to