From 60c55b0adb6be639c86176fca521c08cf1729cd3 Mon Sep 17 00:00:00 2001 From: "Francisco Blas Izquierdo Riera (klondike)" Date: Tue, 29 Dec 2015 20:52:53 -0600 Subject: 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 --- mail-client/thunderbird/thunderbird-38.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail-client') diff --git a/mail-client/thunderbird/thunderbird-38.5.0.ebuild b/mail-client/thunderbird/thunderbird-38.5.0.ebuild index b1ef18a42872..544dae63dc2d 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 -- cgit v1.2.3-65-gdbad