From 0655e3fe0b154b19fc1d5868dada6377facc135d Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 23 Jun 2010 10:32:59 +0200 Subject: firefox: add 3.6.4 --- recipes/mozilla/firefox-3.6.4/plugins-dir.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes/mozilla/firefox-3.6.4/plugins-dir.patch (limited to 'recipes/mozilla/firefox-3.6.4/plugins-dir.patch') diff --git a/recipes/mozilla/firefox-3.6.4/plugins-dir.patch b/recipes/mozilla/firefox-3.6.4/plugins-dir.patch new file mode 100644 index 0000000000..2c8b8e9bd1 --- /dev/null +++ b/recipes/mozilla/firefox-3.6.4/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 -- cgit v1.2.3