|
|
@ -2,7 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# Filename: package/.../ipmiutil/no-gzip-manpages.patch |
|
|
|
# Copyright (C) 2007 The OpenSDE Project |
|
|
|
# Copyright (C) 2007 - 2010 The OpenSDE Project |
|
|
|
# |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
# |
|
|
@ -14,11 +14,13 @@ |
|
|
|
# version. |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
--- ./doc/Makefile.orig 2007-04-06 22:50:32.000000000 +0200
|
|
|
|
+++ ./doc/Makefile 2007-04-06 22:50:48.000000000 +0200
|
|
|
|
@@ -46,5 +46,4 @@
|
|
|
|
${INSTALL_SCRIPT} checksel ${datato} |
|
|
|
${INSTALL_SCRIPT} wdt.sh ${datato} |
|
|
|
${INSTALL_SCRIPT} ipmi_if.sh ${datato} |
|
|
|
- cd ${DESTDIR}${mandir}/man8; gzip -f *.8
|
|
|
|
Description: Do not gzip all available man pages |
|
|
|
|
|
|
|
--- ipmiutil-2.6.8/doc/Makefile.orig 2010-08-16 14:40:23.760171932 +0200
|
|
|
|
+++ ipmiutil-2.6.8/doc/Makefile 2010-08-16 14:40:34.076006988 +0200
|
|
|
|
@@ -67,5 +67,4 @@
|
|
|
|
${INSTALL_SCRIPT} ipmi_port.sh ${initto}/ipmi_port |
|
|
|
for f in ${sbinfls}; do \ |
|
|
|
${INSTALL_SCRIPT} $$f ${sbinto}; done |
|
|
|
- cd ${manto}; gzip -f *.8
|
|
|
|
|