Fix the paxmarking of the xpcshell binary as it is no longer in the mozilla directory.
authorFrancisco Blas Izquierdo Riera (klondike) <klondike@gentoo.org>
Wed, 30 Dec 2015 02:52:53 +0000 (20:52 -0600)
committerJory A. Pratt <anarchy@gentoo.org>
Wed, 30 Dec 2015 03:03:23 +0000 (21:03 -0600)
This makes the install phase work again on hardened systems.

Signed-off-by: Jory A. Pratt <anarchy@gentoo.org>
mail-client/thunderbird/thunderbird-38.5.0.ebuild

index b1ef18a428722d9cde6408645d8bf10ceb96017a..544dae63dc2d4ab7000d5ae6213ad747e3246617 100644 (file)
@@ -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