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.

36 lines
1.5 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../ipmiutil/no-gzip-manpages.patch
  5. # Copyright (C) 2007 - 2012 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. Description: Do not gzip all available man pages
  17. --- ipmiutil-2.8.4/doc/Makefile.am.orig 2012-07-25 16:45:04.816072618 +0200
  18. +++ ipmiutil-2.8.4/doc/Makefile.am 2012-07-25 16:45:45.948803238 +0200
  19. @@ -54,5 +54,4 @@
  20. ${INSTALL_DATA_SH} iekanalyzer.8 ${manto}
  21. ${INSTALL_DATA_SH} idcmi.8 ${manto}
  22. ${INSTALL_DATA_SH} bmclanpet.mib ${datato}
  23. - cd ${manto}; gzip -f *.8
  24. --- ipmiutil-2.8.4/doc/Makefile.in.orig 2012-07-25 16:45:11.188857671 +0200
  25. +++ ipmiutil-2.8.4/doc/Makefile.in 2012-07-25 16:45:36.775727672 +0200
  26. @@ -372,7 +372,6 @@
  27. ${INSTALL_DATA_SH} iekanalyzer.8 ${manto}
  28. ${INSTALL_DATA_SH} idcmi.8 ${manto}
  29. ${INSTALL_DATA_SH} bmclanpet.mib ${datato}
  30. - cd ${manto}; gzip -f *.8
  31. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  32. # Otherwise a system limit (for SysV at least) may be exceeded.
  33. .NOEXPORT: