diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-12 21:31:31 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-12 21:31:31 +0200 |
commit | 1a3c8bc113260f144f3e173201b9a3468a53119d (patch) | |
tree | 362e503cd750cb8162e7b7596850d00b5747d3e4 /package/corosync | |
parent | c9d72815880524c041e37f23813ba777093a27d2 (diff) | |
parent | 681a668edf704bbb000a49c835b3d71fa7035d86 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/corosync')
-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)" \ |