From e5748f2abb4b51a92b59025572cb173a8dad7857 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 15 Apr 2022 07:26:48 +0100 Subject: sys-block/fio: fix installation (doc filenames) Closes: https://bugs.gentoo.org/838412 Signed-off-by: Sam James --- sys-block/fio/fio-3.30.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-block/fio/fio-3.30.ebuild b/sys-block/fio/fio-3.30.ebuild index 16e488400b63..0eb2039eda6c 100644 --- a/sys-block/fio/fio-3.30.ebuild +++ b/sys-block/fio/fio-3.30.ebuild @@ -148,7 +148,7 @@ src_install() { # This tool has security/parallel issues -- it hardcodes /tmp/template.fio. rm "${ED}"/usr/bin/genfio || die - dodoc README REPORTING-BUGS HOWTO + dodoc README.rst REPORTING-BUGS HOWTO.rst docinto examples dodoc examples/* } -- cgit v1.2.3-65-gdbad