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.

37 lines
1.5 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../bzip2/001-relative-symlinks.patch
  5. # Copyright (C) 2008 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. --- ./Makefile.orig 2008-07-05 22:08:23.000000000 +0300
  17. +++ ./Makefile 2008-07-05 22:17:59.000000000 +0300
  18. @@ -90,14 +90,14 @@
  19. cp -f libbz2.a $(PREFIX)/lib
  20. chmod a+r $(PREFIX)/lib/libbz2.a
  21. cp -f bzgrep $(PREFIX)/bin/bzgrep
  22. - ln -s -f $(PREFIX)/bin/bzgrep $(PREFIX)/bin/bzegrep
  23. - ln -s -f $(PREFIX)/bin/bzgrep $(PREFIX)/bin/bzfgrep
  24. + ln -s -f bzgrep $(PREFIX)/bin/bzegrep
  25. + ln -s -f bzgrep $(PREFIX)/bin/bzfgrep
  26. chmod a+x $(PREFIX)/bin/bzgrep
  27. cp -f bzmore $(PREFIX)/bin/bzmore
  28. - ln -s -f $(PREFIX)/bin/bzmore $(PREFIX)/bin/bzless
  29. + ln -s -f bzmore $(PREFIX)/bin/bzless
  30. chmod a+x $(PREFIX)/bin/bzmore
  31. cp -f bzdiff $(PREFIX)/bin/bzdiff
  32. - ln -s -f $(PREFIX)/bin/bzdiff $(PREFIX)/bin/bzcmp
  33. + ln -s -f bzdiff $(PREFIX)/bin/bzcmp
  34. chmod a+x $(PREFIX)/bin/bzdiff
  35. cp -f bzgrep.1 bzmore.1 bzdiff.1 $(PREFIX)/man/man1
  36. chmod a+r $(PREFIX)/man/man1/bzgrep.1