raven/base/openssl3/0003-Do-not-install-html-docs.patch

26 lines
842 B
Diff
Raw Normal View History

2024-02-21 13:47:54 +06:00
From 3d5755df8d09ca841c0aca2d7344db060f6cc97f Mon Sep 17 00:00:00 2001
From: Tomas Mraz <tmraz@fedoraproject.org>
Date: Thu, 24 Sep 2020 09:05:55 +0200
Subject: Do not install html docs
(was openssl-1.1.1-no-html.patch)
---
Configurations/unix-Makefile.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -Naur a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
--- a/Configurations/unix-Makefile.tmpl 2023-10-24 19:48:41.000000000 +0600
+++ b/Configurations/unix-Makefile.tmpl 2023-10-25 10:32:18.335841921 +0600
@@ -611,7 +611,7 @@
uninstall_sw: uninstall_runtime uninstall_modules uninstall_engines uninstall_dev
-install_docs: install_man_docs install_html_docs
+install_docs: install_man_docs
uninstall_docs: uninstall_man_docs uninstall_html_docs
$(RM) -r "$(DESTDIR)$(DOCDIR)"
--
2.26.2