From: Aaron Bauman Date: Mon, 28 May 2018 16:49:22 +0000 (-0400) Subject: net-p2p/syrep: bashify HTML_DOCS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=06d780a273b3276c0a2510abcdd3597bd423ebe5;p=gentoo.git net-p2p/syrep: bashify HTML_DOCS Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/net-p2p/syrep/syrep-0.9.ebuild b/net-p2p/syrep/syrep-0.9.ebuild index d3656097df04..578c19a71e22 100644 --- a/net-p2p/syrep/syrep-0.9.ebuild +++ b/net-p2p/syrep/syrep-0.9.ebuild @@ -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 }