net-im/armcord-bin:

Bug: https://bugs.gentoo.org/930639
Signed-off-by: AquaOneLove <aquaonelove@proton.me>

Fix issue with permissions for /opt/armcord-bin/resources
This commit is contained in:
AquaOneLove
2024-04-25 01:43:02 +03:00
parent 02b6c2d5bf
commit e29fde7446

View File

@@ -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"