www-apps/pleroma: Add comments related to pkgcheck warnings

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2026-01-27 09:04:11 +01:00
parent 5ebc91534e
commit 16cd03f6ee

View File

@@ -103,7 +103,12 @@ src_install() {
doinitd ./pleroma/installation/init.d/pleroma
# Generated by Elixir, see lib/mix/lib/mix/tasks/release.init.ex
# Real executable needs to be in /opt/pleroma/bin due to usage of readlink to guess install path
dosym /opt/pleroma/bin/pleroma /usr/bin/pleroma
# Technically could be with regular binaries via dobin,
# but useless without the pleroma command, which has restricted access
dosym /opt/pleroma/bin/pleroma_ctl /usr/bin/pleroma_ctl
# This file controls console access
@@ -118,6 +123,7 @@ src_install() {
fperms 0750 /var/lib/pleroma
fowners pleroma:pleroma /var/lib/pleroma
# So that www-apps/pleroma-fe (optional) doesn't ends up creating namespace conflicts
dosym /opt/pleroma-fe/dist /var/lib/pleroma/static/frontends/pleroma-fe/gentoo
}