commit: e5748f2abb4b51a92b59025572cb173a8dad7857 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Apr 15 06:26:48 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Apr 15 06:26:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5748f2a
sys-block/fio: fix installation (doc filenames) Closes: https://bugs.gentoo.org/838412 Signed-off-by: Sam James <sam <AT> gentoo.org> 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/* }