commit:     636f33fe6f46a793d976ae51733bfcf8c2e9a7d6
Author:     AquaOneLove <aquaonelove <AT> proton <DOT> me>
AuthorDate: Sat Apr 27 10:47:30 2024 +0000
Commit:     AquaOneLove <aquaonelove <AT> proton <DOT> me>
CommitDate: Sat Apr 27 10:49:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=636f33fe

net-im/armcord-bin: Fix issue with fperms

Bug: https://bugs.gentoo.org/930762
Closes: https://bugs.gentoo.org/930762
Signed-off-by: AquaOneLove <aquaonelove <AT> proton.me>

 net-im/armcord-bin/armcord-bin-3.2.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 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 4499d96b9f..5a09a31acf 100644
--- a/net-im/armcord-bin/armcord-bin-3.2.6.ebuild
+++ b/net-im/armcord-bin/armcord-bin-3.2.6.ebuild
@@ -86,8 +86,8 @@ src_install() {
        fperms -R 644 "${DESTDIR}/resources"
 
        # Fix bug 930639
-       fperms a+rx "${DESTDIR}"/resources/
-       fperms a+r "${DESTDIR}"/resources/*
+       fperms -R a+r "${DESTDIR}"/resources/
+       fperms a+x "${DESTDIR}"/resources/
 
        fowners root "${DESTDIR}/chrome-sandbox"
        fperms 4711 "${DESTDIR}/chrome-sandbox"

Reply via email to