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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6D73E13835B for ; Wed, 25 Nov 2020 20:03:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B27E3E0887; Wed, 25 Nov 2020 20:03:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9EFC2E0887 for ; Wed, 25 Nov 2020 20:03:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B5D03412DB for ; Wed, 25 Nov 2020 20:03:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6433042F for ; Wed, 25 Nov 2020 20:03:26 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1606334597.ca5cc0591cd3550163c6d0e96ceb89f37c63c1ce.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/thunderbird/thunderbird-78.5.0.ebuild X-VCS-Directories: mail-client/thunderbird/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: ca5cc0591cd3550163c6d0e96ceb89f37c63c1ce X-VCS-Branch: master Date: Wed, 25 Nov 2020 20:03:26 +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: 471c62eb-4c02-4eda-ba54-e6b6f23019be X-Archives-Hash: c181c36c5a6023f53bd01d1288b7aa08 commit: ca5cc0591cd3550163c6d0e96ceb89f37c63c1ce Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Nov 25 19:57:12 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Nov 25 20:03:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca5cc059 mail-client/thunderbird: fix pax marking Closes: https://bugs.gentoo.org/756679 Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann gentoo.org> mail-client/thunderbird/thunderbird-78.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/thunderbird/thunderbird-78.5.0.ebuild b/mail-client/thunderbird/thunderbird-78.5.0.ebuild index 5b5941d2357..f5515a1339c 100644 --- a/mail-client/thunderbird/thunderbird-78.5.0.ebuild +++ b/mail-client/thunderbird/thunderbird-78.5.0.ebuild @@ -849,7 +849,7 @@ src_install() { # xpcshell is getting called during install pax-mark m \ "${BUILD_DIR}"/dist/bin/xpcshell \ - "${BUILD_DIR}"/dist/bin/firefox \ + "${BUILD_DIR}"/dist/bin/${PN} \ "${BUILD_DIR}"/dist/bin/plugin-container DESTDIR="${D}" ./mach install || die