diff options
author | Viorel Munteanu <ceamac@gentoo.org> | 2022-11-05 18:12:15 +0200 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2022-11-05 15:39:12 -0400 |
commit | 02c361a8733fd006d5fcf2f12a2a75e3aae657a8 (patch) | |
tree | cb00abc994e10fe8ac364d62e79a28f53553a68e /www-apps | |
parent | net-p2p/airdcpp-webclient: fix build with strict flags, add Py3.11 (diff) | |
download | gentoo-02c361a8733fd006d5fcf2f12a2a75e3aae657a8.tar.gz gentoo-02c361a8733fd006d5fcf2f12a2a75e3aae657a8.tar.bz2 gentoo-02c361a8733fd006d5fcf2f12a2a75e3aae657a8.zip |
www-apps/jellyfin: fix crash on grsec kernel
Bug: https://bugs.gentoo.org/879881
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/28146
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/jellyfin/jellyfin-10.8.7.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www-apps/jellyfin/jellyfin-10.8.7.ebuild b/www-apps/jellyfin/jellyfin-10.8.7.ebuild index b9f06b4b0e3e..f5f2fd5b546a 100644 --- a/www-apps/jellyfin/jellyfin-10.8.7.ebuild +++ b/www-apps/jellyfin/jellyfin-10.8.7.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit systemd +inherit pax-utils systemd DESCRIPTION="Jellyfin puts you in control of managing and streaming your media" HOMEPAGE="https://jellyfin.readthedocs.io/en/latest/" @@ -56,4 +56,5 @@ src_install() { newinitd "${FILESDIR}/${PN}.init-r1" "${PN}" newconfd "${FILESDIR}"/${PN}.confd "${PN}" systemd_dounit "${FILESDIR}/${PN}.service" + pax-mark -m "${ED}${INST_DIR}/jellyfin" } |