summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
Diffstat (limited to 'patches')
-rw-r--r--patches/man-db-2.7.6.1.local.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/patches/man-db-2.7.6.1.local.patch b/patches/man-db-2.7.6.1.local.patch
new file mode 100644
index 00000000..f89dd4f3
--- /dev/null
+++ b/patches/man-db-2.7.6.1.local.patch
@@ -0,0 +1,14 @@
+--- man-db-2.7.6.1/src/Makefile.in.orig 2016-12-12 13:43:52.000000000 +0100
++++ man-db-2.7.6.1/src/Makefile.in 2016-12-14 16:08:20.231601400 +0100
+@@ -2210,11 +2210,6 @@
+ all-am: apropos$(EXEEXT)
+
+ install-exec-hook:
+- if [ "$(man_owner)" ] && [ "$(man_mode)" = 6755 ]; then \
+- chown $(man_owner):$(man_owner) \
+- $(DESTDIR)$(bindir)/$(TRANS_MAN) \
+- $(DESTDIR)$(bindir)/$(TRANS_MANDB); \
+- fi
+ chmod $(man_mode) \
+ $(DESTDIR)$(bindir)/$(TRANS_MAN) \
+ $(DESTDIR)$(bindir)/$(TRANS_MANDB)