projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5056b0e
)
dev-python/bokeh: Fix examples installation (#659438)
author
Pacho Ramos
<pacho@gentoo.org>
Thu, 28 Jun 2018 19:01:52 +0000
(21:01 +0200)
committer
Pacho Ramos
<pacho@gentoo.org>
Thu, 28 Jun 2018 19:17:49 +0000
(21:17 +0200)
Package-Manager: Portage-2.3.41, Repoman-2.3.9
dev-python/bokeh/bokeh-0.12.6.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/bokeh/bokeh-0.12.6.ebuild
b/dev-python/bokeh/bokeh-0.12.6.ebuild
index 4e2f69725482b60eb5b3fc84421c31893b312771..df90b6f197951829d23476c735aafdcc290b7bbd 100644
(file)
--- a/
dev-python/bokeh/bokeh-0.12.6.ebuild
+++ b/
dev-python/bokeh/bokeh-0.12.6.ebuild
@@
-67,6
+67,9
@@
python_test() {
}
python_install_all() {
- use examples && local EXAMPLES=( examples/. )
+ if use examples; then
+ insinto "/usr/share/doc/${PF}/examples/"
+ doins examples/*
+ fi
distutils-r1_python_install_all
}