# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/ipmiutil/no-man-gzip.patch # Copyright (C) 2013 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-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.