Skip to content

Commit

Permalink
dev-python/pyldap: fix examples install
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/620300
Package-Manager: Portage-2.3.6_p1, Repoman-2.3.2_p69
  • Loading branch information
floppym committed Jun 1, 2017
1 parent eee983b commit cc61be5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dev-python/pyldap/pyldap-2.4.28.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit cc61be5

Please sign in to comment.