logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: a1f8ef7958c31b96e54bb610a18878d66969c299
parent b25ec85c55d34e6793c44f09caa30e1707a74c59
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 13 Jun 2023 15:51:20 +0200

www-apps/pleroma: Create symlinks for pleroma{_ctl}

Diffstat:

Mwww-apps/pleroma/pleroma-2.5.2.ebuild3+++
Mwww-apps/pleroma/pleroma-9999.ebuild3+++
2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/www-apps/pleroma/pleroma-2.5.2.ebuild b/www-apps/pleroma/pleroma-2.5.2.ebuild @@ -85,6 +85,9 @@ src_install() { fperms 0750 /opt/pleroma fowners 0:pleroma /opt/pleroma + dosym /opt/pleroma/bin/pleroma /usr/bin/pleroma + dosym /opt/pleroma/bin/pleroma_ctl /usr/bin/pleroma_ctl + # This file controls console access fperms 0750 /opt/pleroma/releases/COOKIE fowners 0:pleroma /opt/pleroma/releases/COOKIE diff --git a/www-apps/pleroma/pleroma-9999.ebuild b/www-apps/pleroma/pleroma-9999.ebuild @@ -85,6 +85,9 @@ src_install() { fperms 0750 /opt/pleroma fowners 0:pleroma /opt/pleroma + dosym /opt/pleroma/bin/pleroma /usr/bin/pleroma + dosym /opt/pleroma/bin/pleroma_ctl /usr/bin/pleroma_ctl + # This file controls console access fperms 0750 /opt/pleroma/releases/COOKIE fowners 0:pleroma /opt/pleroma/releases/COOKIE