diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-08-18 14:52:06 +0100 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-08-18 14:52:06 +0100 |
commit | 3942e499aea0ea4b64ca53fdc06a9495bf4fd503 (patch) | |
tree | 782893c3e64229ef1f49536ce2102638947d4b29 /recipes/mozilla/firefox-3.5.2/plugins-dir.patch | |
parent | 3de2a694e2cdd17bf741c7b70a72ed7026b8d501 (diff) |
firefox_3.5.2.bb : add newest version of firefox
Diffstat (limited to 'recipes/mozilla/firefox-3.5.2/plugins-dir.patch')
-rw-r--r-- | recipes/mozilla/firefox-3.5.2/plugins-dir.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/mozilla/firefox-3.5.2/plugins-dir.patch b/recipes/mozilla/firefox-3.5.2/plugins-dir.patch new file mode 100644 index 0000000000..2c8b8e9bd1 --- /dev/null +++ b/recipes/mozilla/firefox-3.5.2/plugins-dir.patch @@ -0,0 +1,16 @@ +Index: mozilla-1.9.1/build/unix/mozilla.in +=================================================================== +--- mozilla-1.9.1.orig/build/unix/mozilla.in ++++ mozilla-1.9.1/build/unix/mozilla.in +@@ -52,6 +52,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 |