mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
2.0 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/x11/mozilla/MOZ_PLUGIN_PATH.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  20. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  21. #
  22. # T2 SDE: package/.../mozilla/MOZ_PLUGIN_PATH.patch
  23. # Copyright (C) 2004 - 2005 The T2 SDE Project
  24. #
  25. # More information can be found in the files COPYING and README.
  26. #
  27. # This patch file is dual-licensed. It is available under the license the
  28. # patched project is licensed under, as long as it is an OpenSource license
  29. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  30. # of the GNU General Public License as published by the Free Software
  31. # Foundation; either version 2 of the License, or (at your option) any later
  32. # version.
  33. # --- T2-COPYRIGHT-NOTE-END ---
  34. --- ./xpfe/bootstrap/mozilla.in.vanilla 2005-09-21 12:45:56.000000000 +0200
  35. +++ ./xpfe/bootstrap/mozilla.in 2005-09-21 12:48:39.000000000 +0200
  36. @@ -119,6 +119,17 @@
  37. fi
  38. fi
  39. +#
  40. +## Make sure that we set the plugin path for backwards compatibility
  41. +##
  42. +if [ "$MOZ_PLUGIN_PATH" ]
  43. +then
  44. + MOZ_PLUGIN_PATH=$MOZ_PLUGIN_PATH:/usr/lib/mozilla/plugins
  45. +else
  46. + MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins
  47. +fi
  48. +export MOZ_PLUGIN_PATH
  49. +
  50. script_args=""
  51. moreargs=""
  52. debugging=0