diff options
author | Martin Stransky <stransky@fedoraproject.org> | 2007-08-06 10:33:33 +0000 |
---|---|---|
committer | Martin Stransky <stransky@fedoraproject.org> | 2007-08-06 10:33:33 +0000 |
commit | 15debc175777635ed4be157d7d7373efd43083d0 (patch) | |
tree | d5c8947610d5c611fe7e39526aae2f2609a5f344 /firefox-plugin-config.sh.in | |
parent | - Update to 2.0.0.6 (diff) | |
download | librewolf-fedora-ff-15debc175777635ed4be157d7d7373efd43083d0.tar.gz librewolf-fedora-ff-15debc175777635ed4be157d7d7373efd43083d0.tar.bz2 librewolf-fedora-ff-15debc175777635ed4be157d7d7373efd43083d0.zip |
unwrapped plugins moved to the old location
Diffstat (limited to 'firefox-plugin-config.sh.in')
-rw-r--r-- | firefox-plugin-config.sh.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/firefox-plugin-config.sh.in b/firefox-plugin-config.sh.in index d75f87b..47bc940 100644 --- a/firefox-plugin-config.sh.in +++ b/firefox-plugin-config.sh.in @@ -56,8 +56,10 @@ if [ ! -x $MOZ_LIB_DIR/firefox-FIREFOX_VERSION/firefox-bin ]; then fi MOZ_LIB_DIR="$SECONDARY_LIB_DIR" fi -MOZ_DIST_BIN="$MOZ_LIB_DIR/firefox-FIREFOX_VERSION" + +export LD_LIBRARY_PATH="$MOZ_LIB_DIR/firefox-FIREFOX_VERSION" # Set-up installed plugins + $MOZ_DIST_BIN/plugin-configuration -c -f -q > /dev/null 2>&1 |