mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
www-apps/pleroma: Add comments related to pkgcheck warnings
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -103,7 +103,12 @@ src_install() {
|
|||||||
|
|
||||||
doinitd ./pleroma/installation/init.d/pleroma
|
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
|
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
|
dosym /opt/pleroma/bin/pleroma_ctl /usr/bin/pleroma_ctl
|
||||||
|
|
||||||
# This file controls console access
|
# This file controls console access
|
||||||
@@ -118,6 +123,7 @@ src_install() {
|
|||||||
fperms 0750 /var/lib/pleroma
|
fperms 0750 /var/lib/pleroma
|
||||||
fowners pleroma:pleroma /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
|
dosym /opt/pleroma-fe/dist /var/lib/pleroma/static/frontends/pleroma-fe/gentoo
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user