mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/pyldap: fix examples install
Bug: https://bugs.gentoo.org/620300 Package-Manager: Portage-2.3.6_p1, Repoman-2.3.2_p69
This commit is contained in:
@@ -67,8 +67,10 @@ python_test() {
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
use examples && local EXAMPLES=( Demo/. )
|
||||
use doc && local HTML_DOCS=( Doc/.build/html/. )
|
||||
|
||||
distutils-r1_python_install_all
|
||||
if use examples; then
|
||||
dodoc -r Demo
|
||||
docompress -x /usr/share/doc/${PF}/Demo
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user