diff options
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/* } |