summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-06-11 18:05:18 +1000
committerMichael Palimaka <kensington@gentoo.org>2017-06-11 18:05:24 +1000
commit7e7c01c861ca9f8d35fea025d3ffe681ac1a200c (patch)
treefb33b393f226f97af4273297b77222608efd3edc /net-irc/inspircd
parentgames-rpg/runescape-launcher: remanifest (diff)
downloadgentoo-7e7c01c861ca9f8d35fea025d3ffe681ac1a200c.tar.gz
gentoo-7e7c01c861ca9f8d35fea025d3ffe681ac1a200c.tar.bz2
gentoo-7e7c01c861ca9f8d35fea025d3ffe681ac1a200c.zip
net-irc/inspircd: simplify
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-irc/inspircd')
-rw-r--r--net-irc/inspircd/inspircd-2.0.24.ebuild18
1 files changed, 2 insertions, 16 deletions
diff --git a/net-irc/inspircd/inspircd-2.0.24.ebuild b/net-irc/inspircd/inspircd-2.0.24.ebuild
index 5caf9be08a35..d7604a185178 100644
--- a/net-irc/inspircd/inspircd-2.0.24.ebuild
+++ b/net-irc/inspircd/inspircd-2.0.24.ebuild
@@ -92,22 +92,8 @@ src_install() {
keepdir "/var/log/${PN}"
- # TODO: Globbing doesn't work; find alternative.
- dodoc -r "${D}etc/${PN}/aliases"
- dodoc -r "${D}etc/${PN}/modules"
- dodoc "${D}etc/${PN}/censor.conf.example"
- dodoc "${D}etc/${PN}/filter.conf.example"
- dodoc "${D}etc/${PN}/helpop-full.conf.example"
- dodoc "${D}etc/${PN}/helpop.conf.example"
- dodoc "${D}etc/${PN}/inspircd.conf.example"
- dodoc "${D}etc/${PN}/links.conf.example"
- dodoc "${D}etc/${PN}/modules.conf.example"
- dodoc "${D}etc/${PN}/motd.txt.example"
- dodoc "${D}etc/${PN}/opermotd.txt.example"
- dodoc "${D}etc/${PN}/opers.conf.example"
- dodoc "${D}etc/${PN}/quotes.txt.example"
- dodoc "${D}etc/${PN}/rules.txt.example"
- rm -rf "${D}etc/${PN}"
+ dodoc -r docs/*
+ rm -r "${D%/}/etc/${PN}" || die
dodir "/etc/${PN}"
dodir "/etc/${PN}/aliases"
dodir "/etc/${PN}/modules"