diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-05-28 12:49:22 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-28 19:02:00 -0400 |
commit | 06d780a273b3276c0a2510abcdd3597bd423ebe5 (patch) | |
tree | bd5de9e4b754c3c302c156db7d2b11b1b5614832 /net-p2p/syrep | |
parent | media-sound/cvoicecontrol: add || die to sed calls (diff) | |
download | gentoo-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/syrep')
-rw-r--r-- | net-p2p/syrep/syrep-0.9.ebuild | 2 |
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 } |