net-p2p/syrep: bashify HTML_DOCS

Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Aaron Bauman
2018-05-28 12:49:22 -04:00
parent 510892c988
commit 06d780a273

View File

@@ -35,6 +35,6 @@ src_configure() {
src_install() {
DOCS=( doc/README doc/*.txt )
use doc && HTML_DOCS=( doc/*.html doc/*.css )
use doc && HTML_DOCS=( doc/*.{css,html} )
default
}