You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/dmapi/files/dmapi-2.2.12-no-doc.patch

21 lines
453 B

--- 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