OpenSDE Packages Database (without history before r20070)
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.

42 lines
1.4 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../nvu/startup-script.patch
  5. # Copyright (C) 2008 The OpenSDE Project
  6. # Copyright (C) 2004 - 2006 The T2 SDE Project
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This patch file is dual-licensed. It is available under the license the
  11. # patched project is licensed under, as long as it is an OpenSource license
  12. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  13. # of the GNU General Public License as published by the Free Software
  14. # Foundation; either version 2 of the License, or (at your option) any later
  15. # version.
  16. # --- SDE-COPYRIGHT-NOTE-END ---
  17. We must not use MOZILLA_FIVE_HOME ... if we want a working nvu ...
  18. - Rene Rebe <rene@exactcode.de>
  19. --- mozilla/composer/app/mozilla.in.vanilla 2005-03-23 10:25:27.000000000 +0100
  20. +++ mozilla/composer/app/mozilla.in 2005-03-23 10:25:52.000000000 +0100
  21. @@ -36,9 +36,7 @@
  22. MRE_HOME=//opt/nvu/lib/mre/mre-0.90
  23. # honor MOZILLA_FIVE_HOME if it's there
  24. -if [ -n "$MOZILLA_FIVE_HOME" ] ; then
  25. - dist_bin="$MOZILLA_FIVE_HOME"
  26. -else
  27. +
  28. # Use run-mozilla.sh in the current dir if it exists
  29. # If not, then start resolving symlinks until we find run-mozilla.sh
  30. found=0
  31. @@ -77,7 +75,6 @@
  32. exit 1
  33. fi
  34. fi
  35. -fi
  36. script_args=""
  37. moreargs=""