firefix: add 3.5.5
[vuplus_openembedded] / recipes / mozilla / firefox-3.5.5 / plugins-dir.patch
1 Index: mozilla-1.9.1/build/unix/mozilla.in
2 ===================================================================
3 --- mozilla-1.9.1.orig/build/unix/mozilla.in
4 +++ mozilla-1.9.1/build/unix/mozilla.in
5 @@ -52,6 +52,11 @@
6  
7  moz_libdir=%MOZAPPDIR%
8  
9 +if test -d /usr/lib/mozilla/plugins; then
10 +       MOZ_PLUGIN_PATH="${MOZ_PLUGIN_PATH:+"$MOZ_PLUGIN_PATH:"}/usr/lib/mozilla/plugins"
11 +       export MOZ_PLUGIN_PATH
12 +fi
13 +
14  # Use run-mozilla.sh in the current dir if it exists
15  # If not, then start resolving symlinks until we find run-mozilla.sh
16  found=0