summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-15 07:26:48 +0100
committerSam James <sam@gentoo.org>2022-04-15 07:26:57 +0100
commite5748f2abb4b51a92b59025572cb173a8dad7857 (patch)
tree21f4d4e252bd68c374cacad53845cd7a389c31b8
parentnet-misc/remmina: x86 stable wrt bug #838337 (diff)
downloadgentoo-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>
-rw-r--r--sys-block/fio/fio-3.30.ebuild2
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/*
}