commit: f636c53015df5eb18bbd5fc1f9b689788b916eef Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Mon Aug 31 11:30:35 2015 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Mon Aug 31 11:30:35 2015 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=f636c530
net-im/prosody-modules: Fix docs install Package-Manager: portage-2.2.20.1 net-im/prosody-modules/prosody-modules-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/prosody-modules/prosody-modules-9999.ebuild b/net-im/prosody-modules/prosody-modules-9999.ebuild index 597b226..9281051 100644 --- a/net-im/prosody-modules/prosody-modules-9999.ebuild +++ b/net-im/prosody-modules/prosody-modules-9999.ebuild @@ -172,7 +172,7 @@ REQUIRED_USE=" src_install() { for m in ${PROSODY_MODULES}; do if use prosody_modules_${m}; then - if [[ -e mod_${m}/README.wiki ]]; then + if [[ -e mod_${m}/README.markdown ]]; then newdoc mod_${m}/README.markdown mod_${m}_README.markdown rm mod_${m}/README.markdown || die fi