From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0D8EE1581E7 for ; Sat, 27 Apr 2024 10:50:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DB52E29C0; Sat, 27 Apr 2024 10:50:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A8EBE29C0 for ; Sat, 27 Apr 2024 10:50:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0756E335C52 for ; Sat, 27 Apr 2024 10:50:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 407A8170E for ; Sat, 27 Apr 2024 10:50:34 +0000 (UTC) From: "AquaOneLove" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "AquaOneLove" Message-ID: <1714214946.636f33fe6f46a793d976ae51733bfcf8c2e9a7d6.aquaonelove@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/armcord-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/armcord-bin/armcord-bin-3.2.6.ebuild X-VCS-Directories: net-im/armcord-bin/ X-VCS-Committer: aquaonelove X-VCS-Committer-Name: AquaOneLove X-VCS-Revision: 636f33fe6f46a793d976ae51733bfcf8c2e9a7d6 X-VCS-Branch: dev Date: Sat, 27 Apr 2024 10:50:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 882bea7a-df56-4343-9e2a-9a557eb2702e X-Archives-Hash: e41ac47ad9c6eb177e7d0cd4046d12f8 commit: 636f33fe6f46a793d976ae51733bfcf8c2e9a7d6 Author: AquaOneLove proton me> AuthorDate: Sat Apr 27 10:47:30 2024 +0000 Commit: AquaOneLove proton 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 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"