aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2016-08-04 16:47:09 -0400
committerIan Stakenvicius <axs@gentoo.org>2016-08-04 16:47:09 -0400
commitfb87c85a3c1d903d6b82ef400f2df51b86bd59ec (patch)
tree9cd2e70c644d47eab8a181cf26cc7ed08b555420
parentmozcoreconf-v4.eclass: drop long ago removed config options for dynstr-gc and... (diff)
downloadmozilla-fb87c85a.tar.gz
mozilla-fb87c85a.tar.bz2
mozilla-fb87c85a.zip
Revert "seamonkey-2.42.2.0 - forced LD_DEBUG output on xpcshell call, for LD_LIBRARY_PATH related install failure"
This reverts commit d3bb7a04b04600e1531e82bc9623d05ba05e5651.
-rw-r--r--www-client/seamonkey/seamonkey-2.42.2.0_p0.ebuild20
1 files changed, 1 insertions, 19 deletions
diff --git a/www-client/seamonkey/seamonkey-2.42.2.0_p0.ebuild b/www-client/seamonkey/seamonkey-2.42.2.0_p0.ebuild
index 0da02e47..5a752e13 100644
--- a/www-client/seamonkey/seamonkey-2.42.2.0_p0.ebuild
+++ b/www-client/seamonkey/seamonkey-2.42.2.0_p0.ebuild
@@ -298,29 +298,11 @@ src_install() {
if ! use gmp-autoupdate ; then
for plugin in gmp-gmpopenh264 ; do
echo "pref(\"media.${plugin}.autoupdate\", false);" >> \
- "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \
+ "${S}/${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \
|| dir
done
fi
- # DEBUGGING xpcshell libxul error
- cat <<EOF >"${BUILD_OBJ_DIR}"/dist/bin/xpcshell.sh
-#!/bin/bash
-echo "****** XPCSHELL CALLING ENVIRONMENT:"
-env
-echo "****** STAT XPCSHELL:"
-stat ${BUILD_OBJ_DIR}/dist/bin/xpcshell
-echo "****** MOUNTINFO:"
-cat /proc/self/mountinfo
-echo "****** XPCSHELL COMMAND CALL WITH LD_DEBUG:"
-export LD_DEBUG=all
-exec ${BUILD_OBJ_DIR}/dist/bin/xpcshell "\$@"
-EOF
- chmod +x "${BUILD_OBJ_DIR}"/dist/bin/xpcshell.sh
- sed -i -e '/launcher.launch/s/xpcshell/xpcshell.sh/' \
- "${S}"/mozilla/toolkit/mozapps/installer/packager.py || die
-
-
MOZ_MAKE_FLAGS="${MAKEOPTS}" \
emake DESTDIR="${D}" install
cp "${FILESDIR}"/${PN}.desktop "${T}" || die