diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-12 17:47:22 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-12 17:47:22 +0200 |
commit | 29a01716572ba7763e35b1b22d1b6d2083c01fe9 (patch) | |
tree | 8fce0d9c956d8ec9b5cf12acbe9477cca443c113 | |
parent | ceedf010c914556ebe7eb3211b7b43ccd5deb39f (diff) |
do not build manpages
-rw-r--r-- | package/corosync/patches/patch-Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/corosync/patches/patch-Makefile_in b/package/corosync/patches/patch-Makefile_in new file mode 100644 index 000000000..38cf13b7c --- /dev/null +++ b/package/corosync/patches/patch-Makefile_in @@ -0,0 +1,11 @@ +--- corosync-1.4.1.orig/Makefile.in 2011-07-26 10:13:38.000000000 +0200 ++++ corosync-1.4.1/Makefile.in 2011-10-12 06:02:03.291467847 +0200 +@@ -323,7 +323,7 @@ corosysconf_DATA = conf/corosync.conf.ex + conf/corosync.conf.example.udpu + + SUBDIRS = include lcr lib exec services tools test pkgconfig \ +- man init conf ++ init conf + + RPMBUILDOPTS = --define "_sourcedir $(abs_builddir)" \ + --define "_specdir $(abs_builddir)" \ |