net-p2p/syrep: bashify HTML_DOCS
authorAaron Bauman <bman@gentoo.org>
Mon, 28 May 2018 16:49:22 +0000 (12:49 -0400)
committerAaron Bauman <bman@gentoo.org>
Mon, 28 May 2018 23:02:00 +0000 (19:02 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

net-p2p/syrep/syrep-0.9.ebuild

index d3656097df043c53addfa7f3697db3aff29e463d..578c19a71e2267234aff5de9178ff3c000c38f12 100644 (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
 }