diff options
author | 2024-04-25 01:43:02 +0300 | |
---|---|---|
committer | 2024-04-25 01:44:07 +0300 | |
commit | e29fde7446d0cbff2c3c9c03343976fa800f6c27 (patch) | |
tree | 25b9bcf8b90fe9874aedfe0ce834e60dde565532 /net-im/armcord-bin | |
parent | games-puzzle/katawa-shoujo: update Manifest (diff) | |
download | guru-e29fde7446d0cbff2c3c9c03343976fa800f6c27.tar.gz guru-e29fde7446d0cbff2c3c9c03343976fa800f6c27.tar.bz2 guru-e29fde7446d0cbff2c3c9c03343976fa800f6c27.zip |
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
Diffstat (limited to 'net-im/armcord-bin')
-rw-r--r-- | net-im/armcord-bin/armcord-bin-3.2.6.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
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 ae0c489fd..4499d96b9 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" |