Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mrueg:master commit in: net-im/prosody-modules/
Date: Mon, 31 Aug 2015 11:30:52
Message-Id: 1441020635.f636c53015df5eb18bbd5fc1f9b689788b916eef.mrueg@gentoo
1 commit: f636c53015df5eb18bbd5fc1f9b689788b916eef
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 11:30:35 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 11:30:35 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=f636c530
7
8 net-im/prosody-modules: Fix docs install
9
10 Package-Manager: portage-2.2.20.1
11
12 net-im/prosody-modules/prosody-modules-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-im/prosody-modules/prosody-modules-9999.ebuild b/net-im/prosody-modules/prosody-modules-9999.ebuild
16 index 597b226..9281051 100644
17 --- a/net-im/prosody-modules/prosody-modules-9999.ebuild
18 +++ b/net-im/prosody-modules/prosody-modules-9999.ebuild
19 @@ -172,7 +172,7 @@ REQUIRED_USE="
20 src_install() {
21 for m in ${PROSODY_MODULES}; do
22 if use prosody_modules_${m}; then
23 - if [[ -e mod_${m}/README.wiki ]]; then
24 + if [[ -e mod_${m}/README.markdown ]]; then
25 newdoc mod_${m}/README.markdown mod_${m}_README.markdown
26 rm mod_${m}/README.markdown || die
27 fi