summaryrefslogtreecommitdiff
path: root/firefox-xremote-client.sh.in
diff options
context:
space:
mode:
authorMartin Stransky <stransky@fedoraproject.org>2007-07-31 10:50:12 +0000
committerMartin Stransky <stransky@fedoraproject.org>2007-07-31 10:50:12 +0000
commitc6d9eb19e157f2e3035b1cf8bb2ce74edbe2ca3b (patch)
tree32cb70ec11c76a909f8b333da65e07c5adc79f70 /firefox-xremote-client.sh.in
parent- Update to 2.0.0.5 (diff)
downloadlibrewolf-fedora-ff-c6d9eb19e157f2e3035b1cf8bb2ce74edbe2ca3b.tar.gz
librewolf-fedora-ff-c6d9eb19e157f2e3035b1cf8bb2ce74edbe2ca3b.tar.bz2
librewolf-fedora-ff-c6d9eb19e157f2e3035b1cf8bb2ce74edbe2ca3b.zip
added nspluginwrapper support
Diffstat (limited to 'firefox-xremote-client.sh.in')
-rw-r--r--firefox-xremote-client.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox-xremote-client.sh.in b/firefox-xremote-client.sh.in
index 224f518..fa53f02 100644
--- a/firefox-xremote-client.sh.in
+++ b/firefox-xremote-client.sh.in
@@ -12,9 +12,9 @@ export MOZILLA_FIVE_HOME
##
if [ "$LD_LIBRARY_PATH" ]
then
- LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$MOZILLA_FIVE_HOME/plugins:LIBDIR/mozilla/plugins:LIBDIR:$LD_LIBRARY_PATH
+ LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$MOZILLA_FIVE_HOME/plugins-wrapped:LIBDIR/mozilla/plugins-wrapped:LIBDIR:$LD_LIBRARY_PATH
else
- LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$MOZILLA_FIVE_HOME/plugins:LIBDIR/mozilla/plugins:LIBDIR
+ LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$MOZILLA_FIVE_HOME/plugins-wrapped:LIBDIR/mozilla/plugins-wrapped:LIBDIR
fi
export LD_LIBRARY_PATH
bgstack15