mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/btrfsutil: fix README install
Closes: https://bugs.gentoo.org/946050 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -44,3 +44,10 @@ src_unpack() {
|
||||
default
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils-r1_src_install
|
||||
|
||||
rm "${ED}"/usr/share/doc/${PF}/README.md || die
|
||||
dodoc "${S}"/../README.md
|
||||
}
|
||||
Reference in New Issue
Block a user