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
36 lines
1.5 KiB
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
# |
|
# Filename: package/.../ipmiutil/no-gzip-manpages.patch |
|
# Copyright (C) 2007 - 2012 The OpenSDE Project |
|
# |
|
# 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 as published by the Free Software |
|
# Foundation; either version 2 of the License, or (at your option) any later |
|
# version. |
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
Description: Do not gzip all available man pages |
|
|
|
--- ipmiutil-2.8.4/doc/Makefile.am.orig 2012-07-25 16:45:04.816072618 +0200 |
|
+++ ipmiutil-2.8.4/doc/Makefile.am 2012-07-25 16:45:45.948803238 +0200 |
|
@@ -54,5 +54,4 @@ |
|
${INSTALL_DATA_SH} iekanalyzer.8 ${manto} |
|
${INSTALL_DATA_SH} idcmi.8 ${manto} |
|
${INSTALL_DATA_SH} bmclanpet.mib ${datato} |
|
- cd ${manto}; gzip -f *.8 |
|
|
|
--- ipmiutil-2.8.4/doc/Makefile.in.orig 2012-07-25 16:45:11.188857671 +0200 |
|
+++ ipmiutil-2.8.4/doc/Makefile.in 2012-07-25 16:45:36.775727672 +0200 |
|
@@ -372,7 +372,6 @@ |
|
${INSTALL_DATA_SH} iekanalyzer.8 ${manto} |
|
${INSTALL_DATA_SH} idcmi.8 ${manto} |
|
${INSTALL_DATA_SH} bmclanpet.mib ${datato} |
|
- cd ${manto}; gzip -f *.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. |
|
.NOEXPORT:
|
|
|