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.

39 lines
1.3 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../mac-fdisk/install-man.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE 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. Unfotunately the package misses to install the man pages ...
  17. - Rene Rebe <rene@exactcode.de>
  18. --- mac-fdisk-0.1.orig/Makefile.orig 2003-11-26 08:04:05.000000000 +0100
  19. +++ mac-fdisk-0.1.orig/Makefile 2003-11-26 08:05:52.000000000 +0100
  20. @@ -7,7 +7,7 @@
  21. clean:
  22. rm -f *.o pdisk fdisk mac-fdisk pmac-fdisk
  23. -install: pdisk fdisk
  24. +install: pdisk fdisk install-man
  25. -rm -f pmac-fdisk mac-fdisk
  26. ln pdisk mac-fdisk
  27. ln fdisk pmac-fdisk
  28. @@ -29,3 +29,7 @@
  29. partition_map.h: dpme.h
  30. dpme.h: bitfield.h
  31. +install-man:
  32. + install -m 644 mac-fdisk.8.in ${DESTDIR}/usr/share/man/man8/
  33. + install -m 644 pmac-fdisk.8.in ${DESTDIR}/usr/share/man/man8/
  34. +