commit:     b8bf7a5b9b6f749da6ea5531e035bf46e482f01c
Author:     Francisco Blas Izquierdo Riera (klondike) <klondike <AT> gentoo 
<DOT> org>
AuthorDate: Wed Dec 30 02:52:53 2015 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Wed Dec 30 02:59:35 2015 +0000
URL:        https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=b8bf7a5b

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 <AT> gentoo.org>

 mail-client/thunderbird/thunderbird-38.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/thunderbird/thunderbird-38.5.0.ebuild 
b/mail-client/thunderbird/thunderbird-38.5.0.ebuild
index a3fbfee..cae727e 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

Reply via email to