diff options
author | Sam James <sam@gentoo.org> | 2022-04-15 07:26:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-15 07:26:57 +0100 |
commit | e5748f2abb4b51a92b59025572cb173a8dad7857 (patch) | |
tree | 21f4d4e252bd68c374cacad53845cd7a389c31b8 /sys-block/fio | |
parent | net-misc/remmina: x86 stable wrt bug #838337 (diff) | |
download | gentoo-e5748f2abb4b51a92b59025572cb173a8dad7857.tar.gz gentoo-e5748f2abb4b51a92b59025572cb173a8dad7857.tar.bz2 gentoo-e5748f2abb4b51a92b59025572cb173a8dad7857.zip |
sys-block/fio: fix installation (doc filenames)
Closes: https://bugs.gentoo.org/838412
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-block/fio')
-rw-r--r-- | sys-block/fio/fio-3.30.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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/* } |