aboutsummaryrefslogtreecommitdiffstats
path: root/main/openssl/man-section.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/openssl/man-section.patch')
-rw-r--r--main/openssl/man-section.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/openssl/man-section.patch b/main/openssl/man-section.patch
index 29201456129..0606897f45e 100644
--- a/main/openssl/man-section.patch
+++ b/main/openssl/man-section.patch
@@ -25,8 +25,8 @@ index 1292053546f5..c034d21884d8 100644
@[ -n "$(INSTALLTOP)" ] || (echo INSTALLTOP should not be empty; exit 1)
@$(ECHO) "*** Installing manpages"
$(PERL) $(SRCDIR)/util/process_docs.pl \
-- --destdir=$(DESTDIR)$(MANDIR) --type=man --suffix=$(MANSUFFIX)
-+ --destdir=$(DESTDIR)$(MANDIR) --type=man --suffix=$(MANSUFFIX) \
+- "--destdir=$(DESTDIR)$(MANDIR)" --type=man --suffix=$(MANSUFFIX)
++ "--destdir=$(DESTDIR)$(MANDIR)" --type=man --suffix=$(MANSUFFIX) \
+ --mansection=$(MANSECTION)
uninstall_man_docs: