summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/dmapi/files/dmapi-2.2.12-no-doc.patch')
-rw-r--r--sys-apps/dmapi/files/dmapi-2.2.12-no-doc.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/sys-apps/dmapi/files/dmapi-2.2.12-no-doc.patch b/sys-apps/dmapi/files/dmapi-2.2.12-no-doc.patch
new file mode 100644
index 000000000000..295bdb7c6572
--- /dev/null
+++ b/sys-apps/dmapi/files/dmapi-2.2.12-no-doc.patch
@@ -0,0 +1,20 @@
+--- a/Makefile
++++ b/Makefile
+@@ -19,7 +19,7 @@
+ libtool include/builddefs
+
+ LIB_SUBDIRS = include libdm
+-TOOL_SUBDIRS = m4 man doc debian build
++TOOL_SUBDIRS = m4 man debian build
+
+ SUBDIRS = $(LIB_SUBDIRS) $(TOOL_SUBDIRS)
+
+@@ -66,7 +66,7 @@
+ touch .census
+
+ install: default $(addsuffix -install,$(SUBDIRS))
+-ifneq ($(PKG_DISTRIBUTION), debian)
++ifdef false
+ $(INSTALL) -m 755 -d $(PKG_DOC_DIR)
+ $(INSTALL) -m 644 README $(PKG_DOC_DIR)
+ endif