summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-28 12:49:22 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-28 19:02:00 -0400
commit06d780a273b3276c0a2510abcdd3597bd423ebe5 (patch)
treebd5de9e4b754c3c302c156db7d2b11b1b5614832 /net-p2p
parentmedia-sound/cvoicecontrol: add || die to sed calls (diff)
downloadgentoo-06d780a273b3276c0a2510abcdd3597bd423ebe5.tar.gz
gentoo-06d780a273b3276c0a2510abcdd3597bd423ebe5.tar.bz2
gentoo-06d780a273b3276c0a2510abcdd3597bd423ebe5.zip
net-p2p/syrep: bashify HTML_DOCS
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/syrep/syrep-0.9.ebuild2
1 files changed, 1 insertions, 1 deletions
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
}