commit:     60c55b0adb6be639c86176fca521c08cf1729cd3
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 03:03:23 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60c55b0a

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 b1ef18a..544dae6 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