summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2010-02-14 23:38:45 +0000
committerJory Pratt <anarchy@gentoo.org>2010-02-14 23:38:45 +0000
commit07841f3cecc7c28f07f72b9681d32b08b073d3f0 (patch)
tree421f68fa3eec4f44118cc24d45531e38338ab5f1 /www-client/firefox-bin
parentBump to -r3 so that we can get users to fix the problem reported in bug #303141. (diff)
downloadgentoo-2-07841f3cecc7c28f07f72b9681d32b08b073d3f0.tar.gz
gentoo-2-07841f3cecc7c28f07f72b9681d32b08b073d3f0.tar.bz2
gentoo-2-07841f3cecc7c28f07f72b9681d32b08b073d3f0.zip
Add LD_LIBRARY_PATH to launcher, bug #305055
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'www-client/firefox-bin')
-rw-r--r--www-client/firefox-bin/ChangeLog8
-rw-r--r--www-client/firefox-bin/firefox-bin-3.6-r1.ebuild (renamed from www-client/firefox-bin/firefox-bin-3.6.ebuild)6
2 files changed, 9 insertions, 5 deletions
diff --git a/www-client/firefox-bin/ChangeLog b/www-client/firefox-bin/ChangeLog
index 94aacc4440de..32d93a29a015 100644
--- a/www-client/firefox-bin/ChangeLog
+++ b/www-client/firefox-bin/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-client/firefox-bin
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/ChangeLog,v 1.6 2010/01/24 12:10:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/ChangeLog,v 1.7 2010/02/14 23:38:45 anarchy Exp $
+
+*firefox-bin-3.6-r1 (14 Feb 2010)
+
+ 14 Feb 2010; <anarchy@gentoo.org> -firefox-bin-3.6.ebuild,
+ +firefox-bin-3.6-r1.ebuild:
+ Add LD_LIBRARY_PATH to launcher, bug #305055
*firefox-bin-3.6 (24 Jan 2010)
diff --git a/www-client/firefox-bin/firefox-bin-3.6.ebuild b/www-client/firefox-bin/firefox-bin-3.6-r1.ebuild
index 78a9a2b10dc0..e0fc4eb88cca 100644
--- a/www-client/firefox-bin/firefox-bin-3.6.ebuild
+++ b/www-client/firefox-bin/firefox-bin-3.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-3.6.ebuild,v 1.1 2010/01/24 12:10:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-3.6-r1.ebuild,v 1.1 2010/02/14 23:38:45 anarchy Exp $
EAPI="2"
inherit eutils mozilla-launcher multilib mozextension
@@ -134,6 +134,7 @@ src_install() {
cat <<EOF >"${D}"/usr/bin/${PN}
#!/bin/sh
unset LD_PRELOAD
+LD_LIBRARY_PATH="/opt/firefox/"
exec /opt/${MY_PN}/${MY_PN} "\$@"
EOF
fperms 0755 /usr/bin/${PN}
@@ -142,9 +143,6 @@ EOF
insinto /etc/revdep-rebuild
doins "${FILESDIR}"/10${PN} || die
- # install ldpath env.d
- doenvd "${FILESDIR}"/71${PN} || die
-
rm -rf "${D}"${MOZILLA_FIVE_HOME}/plugins
dosym /usr/"$(get_libdir)"/nsbrowser/plugins ${MOZILLA_FIVE_HOME}/plugins || die
}