diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-10-29 23:49:14 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-10-29 23:49:14 +0200 |
commit | d91826d6c89c21782686b9aa019b515f6ab75d38 (patch) | |
tree | fdbaf66c9ab88b5534d2d6d50d5d25ea66a55ddc /net-im/prosody-modules | |
parent | dev-perl/Crypt-Cracklib: remove unused patch (diff) | |
download | gentoo-d91826d6c89c21782686b9aa019b515f6ab75d38.tar.gz gentoo-d91826d6c89c21782686b9aa019b515f6ab75d38.tar.bz2 gentoo-d91826d6c89c21782686b9aa019b515f6ab75d38.zip |
net-im/prosody-modules: update live ebuild
1. As is, without quotes, it produces an error
"unexpected symbol near '/'"
2. Modules shipped with prosody itself should take precedence.
Otherwise, deprecated community mod_mam will take precedence over the
supported one shipped with prosody.
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-im/prosody-modules')
-rw-r--r-- | net-im/prosody-modules/prosody-modules-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/prosody-modules/prosody-modules-9999.ebuild b/net-im/prosody-modules/prosody-modules-9999.ebuild index 5759297af384..5c9701070e68 100644 --- a/net-im/prosody-modules/prosody-modules-9999.ebuild +++ b/net-im/prosody-modules/prosody-modules-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -51,5 +51,5 @@ pkg_postinst() { einfo "'/usr/$(get_libdir)/prosody/community-modules' into 'plugin_paths'" einfo "into your prosody configuration file '/etc/jabber/prosody.cfg.lua.'" einfo "" - einfo "Example: plugin_paths = { /usr/$(get_libdir)/prosody/community-modules };" + einfo "Example: plugin_paths = { \"/usr/$(get_libdir)/prosody/modules\", \"/usr/$(get_libdir)/prosody/community-modules\" };" } |