summaryrefslogtreecommitdiff
path: root/firefox.sh.in
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2006-08-30 07:07:54 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2006-08-30 07:07:54 +0000
commit536c4ad01b49261e277c5bbf3b0118d3722a11fe (patch)
treecbc1fb3af6771c8f1a7a65db731f432b698046d4 /firefox.sh.in
parent- Remove "Pango breaks MathML" from firefox.sh.in (diff)
downloadlibrewolf-fedora-ff-536c4ad01b49261e277c5bbf3b0118d3722a11fe.tar.gz
librewolf-fedora-ff-536c4ad01b49261e277c5bbf3b0118d3722a11fe.tar.bz2
librewolf-fedora-ff-536c4ad01b49261e277c5bbf3b0118d3722a11fe.zip
- Build with -rpath (#161958)
Diffstat (limited to 'firefox.sh.in')
-rw-r--r--firefox.sh.in13
1 files changed, 1 insertions, 12 deletions
diff --git a/firefox.sh.in b/firefox.sh.in
index 3795280..e51a1e5 100644
--- a/firefox.sh.in
+++ b/firefox.sh.in
@@ -53,20 +53,9 @@ MOZILLA_FIVE_HOME="$MOZ_DIST_BIN"
export MOZILLA_FIVE_HOME
-##
-## Set LD_LIBRARY_PATH
-##
-if [ "$LD_LIBRARY_PATH" ]
-then
- LD_LIBRARY_PATH=$MOZ_DIST_BIN:$MOZ_DIST_BIN/plugins:$LD_LIBRARY_PATH
-else
- LD_LIBRARY_PATH=$MOZ_DIST_BIN:$MOZ_DIST_BIN/plugins
-fi
-
-export LD_LIBRARY_PATH
##
-## Make sure that we set the plugin path for backwards compatibility
+## Make sure that we set the plugin path
##
if [ "$MOZ_PLUGIN_PATH" ]
then
bgstack15