commit:     e2b40db6b69c44abaadd30e56be6e3d256e62098
Author:     AquaOneLove <aquaonelove <AT> proton <DOT> me>
AuthorDate: Sun Apr 28 12:33:03 2024 +0000
Commit:     AquaOneLove <aquaonelove <AT> proton <DOT> me>
CommitDate: Sun Apr 28 12:33:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e2b40db6

games-arcade/tetrio-desktop: Fix issue with fperms

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

 games-arcade/tetrio-desktop/tetrio-desktop-8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-arcade/tetrio-desktop/tetrio-desktop-8.ebuild 
b/games-arcade/tetrio-desktop/tetrio-desktop-8.ebuild
index 5f683b8c9a..352bf90904 100644
--- a/games-arcade/tetrio-desktop/tetrio-desktop-8.ebuild
+++ b/games-arcade/tetrio-desktop/tetrio-desktop-8.ebuild
@@ -100,7 +100,7 @@ src_install() {
 
        doins -r "opt/${PN}/locales" "opt/${PN}/resources" 
"opt/${PN}/swiftshader"
 
-       fperms a+x "${DESTDIR}/swiftshader/"*
+       fperms -R a+x "${DESTDIR}/swiftshader/"
 
        fowners root "${DESTDIR}/chrome-sandbox"
        fperms 4711 "${DESTDIR}/chrome-sandbox"

Reply via email to