]> git.pld-linux.org Git - packages/pacemaker.git/blob - pacemaker-man.patch
- release 3 (by relup.sh)
[packages/pacemaker.git] / pacemaker-man.patch
1 --- pacemaker-Pacemaker-1.1.13/Makefile.common.orig     2015-06-24 03:09:28.000000000 +0200
2 +++ pacemaker-Pacemaker-1.1.13/Makefile.common  2015-12-19 09:37:15.966689989 +0100
3 @@ -33,7 +33,7 @@
4                           -I$(top_builddir)/libltdl -I$(top_srcdir)/libltdl
5  
6  if BUILD_HELP
7 -man8_MANS              = $(sbin_PROGRAMS:%=%.8) $(sbin_SCRIPTS:%=%.8)
8 +man8_MANS              = $(filter-out ipmiservicelogd.8, $(sbin_PROGRAMS:%=%.8) $(sbin_SCRIPTS:%=%.8))
9  endif
10  
11  %.8:   % $(MAN8DEPS)
This page took 0.041903 seconds and 3 git commands to generate.