aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2023-01-21 20:23:35 -0500
committerJulien Roy <julien@jroy.ca>2023-01-21 20:23:35 -0500
commit5cc7b61512974dccb436c4d7bf0d648fde264499 (patch)
tree708de7c6c2864fca5117510e8fa20db8d09e5335 /net-im
parenta24520a9a52fbd19f7148e1c4d85343b39baa220 (diff)
downloadMrRoy-Overlay-5cc7b61512974dccb436c4d7bf0d648fde264499.tar.gz
MrRoy-Overlay-5cc7b61512974dccb436c4d7bf0d648fde264499.tar.bz2
MrRoy-Overlay-5cc7b61512974dccb436c4d7bf0d648fde264499.zip
net-im/mautrix-*: update config phase
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'net-im')
-rw-r--r--net-im/mautrix-facebook/mautrix-facebook-0.4.1.ebuild4
-rw-r--r--net-im/mautrix-telegram/mautrix-telegram-0.12.2_p20230118.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/net-im/mautrix-facebook/mautrix-facebook-0.4.1.ebuild b/net-im/mautrix-facebook/mautrix-facebook-0.4.1.ebuild
index 2a7c8c8..1837b59 100644
--- a/net-im/mautrix-facebook/mautrix-facebook-0.4.1.ebuild
+++ b/net-im/mautrix-facebook/mautrix-facebook-0.4.1.ebuild
@@ -62,7 +62,7 @@ pkg_postinst() {
elog ""
elog "Before you can use ${PN}, you must configure it correctly"
elog "The configuration file is located at \"/etc/mautrix/${PN/-/_}.yaml\""
- elog "When done, run the following command: emerge --config ${PN}"
+ elog "When done, run the following command: emerge --config ${CATEGORY}/${PN}"
elog "Then, you must register the bridge with your homeserver"
elog "Refer to your homeserver's documentation for instructions"
elog "The registration file is located at /var/lib/${PN/-/\/}/registration.yaml"
@@ -72,5 +72,5 @@ pkg_postinst() {
pkg_config() {
su - "${PN}" -s /bin/sh -c \
- "/usr/bin/python -m \"${PN/-/_}\" -c \"/etc/mautrix/${PN}.yaml -g /var/lib/${PN/-/\/}/registration.yaml\""
+ "/usr/bin/python -m ${PN/-/_} -c /etc/mautrix/${PN}.yaml -g /var/lib/${PN/-/\/}/registration.yaml"
}
diff --git a/net-im/mautrix-telegram/mautrix-telegram-0.12.2_p20230118.ebuild b/net-im/mautrix-telegram/mautrix-telegram-0.12.2_p20230118.ebuild
index bb6e757..32a8188 100644
--- a/net-im/mautrix-telegram/mautrix-telegram-0.12.2_p20230118.ebuild
+++ b/net-im/mautrix-telegram/mautrix-telegram-0.12.2_p20230118.ebuild
@@ -67,7 +67,7 @@ pkg_postinst() {
elog ""
elog "Before you can use ${PN}, you must configure it correctly"
elog "The configuration file is located at \"/etc/mautrix/${PN/-/_}.yaml\""
- elog "When done, run the following command: emerge --config ${PN}"
+ elog "When done, run the following command: emerge --config ${CATEGORY}/${PN}"
elog "Then, you must register the bridge with your homeserver"
elog "Refer your homeserver's documentation for instructions"
elog "The registration file is located at /var/lib/${PN/-/\/}/registration.yaml"
@@ -77,5 +77,5 @@ pkg_postinst() {
pkg_config() {
su - "${PN}" -s /bin/sh -c \
- "/usr/bin/python -m \"${PN/-/_}\" -c \"/etc/mautrix/${PN}.yaml -g /var/lib/${PN/-/\/}/registration.yaml\""
+ "/usr/bin/python -m ${PN/-/_} -c /etc/mautrix/${PN}.yaml -g /var/lib/${PN/-/\/}/registration.yaml"
}