From 06d780a273b3276c0a2510abcdd3597bd423ebe5 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Mon, 28 May 2018 12:49:22 -0400 Subject: net-p2p/syrep: bashify HTML_DOCS Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- net-p2p/syrep/syrep-0.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.3-65-gdbad