diff options
Diffstat (limited to 'dev-libs/jemalloc/files/jemalloc-5.2.0-fix_html_install.patch')
-rw-r--r-- | dev-libs/jemalloc/files/jemalloc-5.2.0-fix_html_install.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/jemalloc/files/jemalloc-5.2.0-fix_html_install.patch b/dev-libs/jemalloc/files/jemalloc-5.2.0-fix_html_install.patch new file mode 100644 index 000000000000..fe7bcb4a07b2 --- /dev/null +++ b/dev-libs/jemalloc/files/jemalloc-5.2.0-fix_html_install.patch @@ -0,0 +1,11 @@ +--- a/Makefile.in ++++ b/Makefile.in +@@ -511,7 +511,7 @@ install_doc_man: + $(INSTALL) -m 644 $$d $(MANDIR)/man3; \ + done + +-install_doc: build_doc install_doc_html install_doc_man ++install_doc: build_doc install_doc_man + + install: install_bin install_include install_lib install_doc + |