diff options
author | Martin Stransky <stransky@fedoraproject.org> | 2007-07-31 10:50:12 +0000 |
---|---|---|
committer | Martin Stransky <stransky@fedoraproject.org> | 2007-07-31 10:50:12 +0000 |
commit | c6d9eb19e157f2e3035b1cf8bb2ce74edbe2ca3b (patch) | |
tree | 32cb70ec11c76a909f8b333da65e07c5adc79f70 /firefox-xremote-client.sh.in | |
parent | - Update to 2.0.0.5 (diff) | |
download | librewolf-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.in | 4 |
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 |