From e29fde7446d0cbff2c3c9c03343976fa800f6c27 Mon Sep 17 00:00:00 2001 From: AquaOneLove Date: Thu, 25 Apr 2024 01:43:02 +0300 Subject: [PATCH] net-im/armcord-bin: Bug: https://bugs.gentoo.org/930639 Signed-off-by: AquaOneLove Fix issue with permissions for /opt/armcord-bin/resources --- net-im/armcord-bin/armcord-bin-3.2.6.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-im/armcord-bin/armcord-bin-3.2.6.ebuild b/net-im/armcord-bin/armcord-bin-3.2.6.ebuild index ae0c489fdd..4499d96b9f 100644 --- a/net-im/armcord-bin/armcord-bin-3.2.6.ebuild +++ b/net-im/armcord-bin/armcord-bin-3.2.6.ebuild @@ -85,6 +85,10 @@ src_install() { fperms -R 644 "${DESTDIR}/locales" fperms -R 644 "${DESTDIR}/resources" + # Fix bug 930639 + fperms a+rx "${DESTDIR}"/resources/ + fperms a+r "${DESTDIR}"/resources/* + fowners root "${DESTDIR}/chrome-sandbox" fperms 4711 "${DESTDIR}/chrome-sandbox"