mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
dev-python/inotify: don't install useless symlink
Closes: https://github.com/pentoo/pentoo-overlay/issues/1123 Signed-off-by: Rick Farina (Zero_Chaos) <zerochaos@gentoo.org>
This commit is contained in:
parent
5062b1c617
commit
123f28dd00
1 changed files with 5 additions and 0 deletions
|
|
@ -19,3 +19,8 @@ RDEPEND="${DEPEND}"
|
|||
BDEPEND=""
|
||||
|
||||
S="${WORKDIR}/PyInotify-${PV}"
|
||||
|
||||
src_install() {
|
||||
distutils-r1_src_install
|
||||
rm -rf "${ED}/usr/share/doc/${P}"
|
||||
}
|
||||
Loading…
Reference in a new issue