# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/ipmiutil/no-man-gzip.patch # Copyright (C) 2013 - 2022 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License version 2 as used by the T2 SDE. # --- T2-COPYRIGHT-NOTE-END --- Do not compress all manual files of all other installed packages, sigh. --- ipmiutil-3.1.8/doc/Makefile.in.vanilla 2022-03-31 23:52:00.174893832 +0200 +++ ipmiutil-3.1.8/doc/Makefile.in 2022-03-31 23:52:06.453894156 +0200 @@ -505,7 +505,7 @@ ${INSTALL_DATA_SH} iuser.8 ${manto} ${INSTALL_DATA_SH} iseltime.8 ${manto} ${INSTALL_DATA_SH} bmclanpet.mib ${datato} - cd ${manto}; gzip -nf *.8 + #cd ${manto}; gzip -nf *.8 # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded.