summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-05-16 15:12:05 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-05-16 16:43:51 +0200
commit910ad0a1efd617cbff83778955285678fb44e58d (patch)
tree61b5b0a90061889648d88c16c93cc2ba6425ac0b /sys-apps/dmapi/files/dmapi-2.2.12-no-doc.patch
parentsys-libs/pwdb: Drop 0.62-r1, EAPI5-- (diff)
downloadgentoo-910ad0a1efd617cbff83778955285678fb44e58d.tar.gz
gentoo-910ad0a1efd617cbff83778955285678fb44e58d.tar.bz2
gentoo-910ad0a1efd617cbff83778955285678fb44e58d.zip
sys-apps/dmapi: EAPI-7 bump, fix installed docs
Closes: https://bugs.gentoo.org/732042 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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