diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-11-08 18:00:32 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-11-08 18:00:32 +0100 |
commit | 4b03e3165fbc3593cf0da94f38736de950389688 (patch) | |
tree | 8c11242a7a55e6fe9da8f4c1ca3efe6d27ff9a77 /recipes/mozilla/firefox-3.5.5/plugins-dir.patch | |
parent | ce0f6d41d8ecb160f7b53e9f05d584d4b0b0f9b2 (diff) | |
parent | 5ef8dc482d56fdf0c59d9ce0eed32088611d491a (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/mozilla/firefox-3.5.5/plugins-dir.patch')
-rw-r--r-- | recipes/mozilla/firefox-3.5.5/plugins-dir.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/mozilla/firefox-3.5.5/plugins-dir.patch b/recipes/mozilla/firefox-3.5.5/plugins-dir.patch new file mode 100644 index 0000000000..2c8b8e9bd1 --- /dev/null +++ b/recipes/mozilla/firefox-3.5.5/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 |