diff options
author | Francisco Blas Izquierdo Riera (klondike) <klondike@gentoo.org> | 2015-12-29 20:52:53 -0600 |
---|---|---|
committer | Jory A. Pratt <anarchy@gentoo.org> | 2015-12-29 21:03:23 -0600 |
commit | 60c55b0adb6be639c86176fca521c08cf1729cd3 (patch) | |
tree | 7210243cbe04ff15743606e6fc8f7067ecc3a4bf /mail-client | |
parent | profiles: mask games-strategy/revenge-of-the-titans for removal (diff) | |
download | gentoo-60c55b0adb6be639c86176fca521c08cf1729cd3.tar.gz gentoo-60c55b0adb6be639c86176fca521c08cf1729cd3.tar.bz2 gentoo-60c55b0adb6be639c86176fca521c08cf1729cd3.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>
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/thunderbird/thunderbird-38.5.0.ebuild | 2 |
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 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 |