dev-python/tagpy: Fix examples installation (#586038)

Package-Manager: portage-2.3.2
This commit is contained in:
Pacho Ramos
2016-10-24 15:31:55 +02:00
parent d036d526b3
commit 512747457a

View File

@@ -31,7 +31,10 @@ python_configure() {
}
python_install_all() {
use examples && local EXAMPLES=( test/* )
if use examples; then
docinto examples
dodoc -r test/*
fi
distutils-r1_python_install_all
}