projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
510892c
)
net-p2p/syrep: bashify HTML_DOCS
author
Aaron Bauman
<bman@gentoo.org>
Mon, 28 May 2018 16:49:22 +0000
(12:49 -0400)
committer
Aaron 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
patch
|
blob
|
history
diff --git
a/net-p2p/syrep/syrep-0.9.ebuild
b/net-p2p/syrep/syrep-0.9.ebuild
index d3656097df043c53addfa7f3697db3aff29e463d..578c19a71e2267234aff5de9178ff3c000c38f12 100644
(file)
--- 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
}