commit:     d91826d6c89c21782686b9aa019b515f6ab75d38
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 29 21:49:14 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Oct 29 21:49:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d91826d6

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 <AT> gentoo.org>
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-im/prosody-modules/prosody-modules-9999.ebuild | 4 ++--
 1 file 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 5759297af38..5c9701070e6 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\" };"
 }

Reply via email to