aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Blas Izquierdo Riera (klondike) <klondike@gentoo.org>2015-12-29 20:52:53 -0600
committerJory A. Pratt <anarchy@gentoo.org>2015-12-29 20:59:35 -0600
commitb8bf7a5b9b6f749da6ea5531e035bf46e482f01c (patch)
tree10a80979b44b7e0693c477499b322c2358813896
parentthunderbird version bump to 38.5 (diff)
downloadmozilla-b8bf7a5b.tar.gz
mozilla-b8bf7a5b.tar.bz2
mozilla-b8bf7a5b.zip
Fix the paxmarking of the xpcshell binary as it is no longer in the mozilla directory.
This makes the install phase work again on hardened systems. Signed-off-by: Jory A. Pratt <anarchy@gentoo.org>
-rw-r--r--mail-client/thunderbird/thunderbird-38.5.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-client/thunderbird/thunderbird-38.5.0.ebuild b/mail-client/thunderbird/thunderbird-38.5.0.ebuild
index a3fbfeed..cae727ef 100644
--- a/mail-client/thunderbird/thunderbird-38.5.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-38.5.0.ebuild
@@ -284,7 +284,7 @@ src_install() {
|| die
# Pax mark xpcshell for hardened support, only used for startupcache creation.
- pax-mark m "${BUILD_OBJ_DIR}"/mozilla/dist/bin/xpcshell
+ pax-mark m "${BUILD_OBJ_DIR}"/dist/bin/xpcshell
MOZ_MAKE_FLAGS="${MAKEOPTS}" \
emake DESTDIR="${D}" install