aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mozilla/firefox/plugins-dir.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/mozilla/firefox/plugins-dir.patch')
-rw-r--r--recipes/mozilla/firefox/plugins-dir.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/mozilla/firefox/plugins-dir.patch b/recipes/mozilla/firefox/plugins-dir.patch
new file mode 100644
index 0000000000..bc0dfe7202
--- /dev/null
+++ b/recipes/mozilla/firefox/plugins-dir.patch
@@ -0,0 +1,14 @@
+--- mozilla/browser/app/mozilla.in.orig 2007-10-05 10:29:26.000000000 +0300
++++ mozilla/browser/app/mozilla.in 2008-08-26 17:21:20.000000000 +0300
+@@ -54,6 +54,11 @@
+
+ moz_libdir=%MOZAPPDIR%
+
++if test -d /usr/lib/mozilla/plugins; then
++ MOZ_PLUGIN_PATH="${MOZ_PLUGIN_PATH:+"$MOZ_PLUGIN_PATH:"}/usr/lib/mozilla/plugins"
++ export MOZ_PLUGIN_PATH
++fi
++
+ # Use run-mozilla.sh in the current dir if it exists
+ # If not, then start resolving symlinks until we find run-mozilla.sh
+ found=0