summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-11-25 20:57:12 +0100
committerThomas Deutschmann <whissi@gentoo.org>2020-11-25 21:03:17 +0100
commitca5cc0591cd3550163c6d0e96ceb89f37c63c1ce (patch)
tree8dd9eee0f145913baa1db88564bc5242ff5d9b2a /mail-client/thunderbird
parentx11-misc/slim: drop project desktop-misc (diff)
downloadgentoo-ca5cc0591cd3550163c6d0e96ceb89f37c63c1ce.tar.gz
gentoo-ca5cc0591cd3550163c6d0e96ceb89f37c63c1ce.tar.bz2
gentoo-ca5cc0591cd3550163c6d0e96ceb89f37c63c1ce.zip
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 <whissi@gentoo.org>
Diffstat (limited to 'mail-client/thunderbird')
-rw-r--r--mail-client/thunderbird/thunderbird-78.5.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-client/thunderbird/thunderbird-78.5.0.ebuild b/mail-client/thunderbird/thunderbird-78.5.0.ebuild
index 5b5941d23572..f5515a1339ce 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