changeset 26310:44670b45ff3b stable

Avoid double slash in path to qthelp-installdir (bug #55307). * doc/interpreter/module.mk: Remove excess slahsh ("/") in mkdir command.
author Marco Atzeri <marco.atzeri@gmail.com>
date Thu, 27 Dec 2018 11:21:50 +0100
parents b26b31781b30
children 3592ad04b0c6
files doc/interpreter/module.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/module.mk	Fri Dec 28 08:37:35 2018 +0100
+++ b/doc/interpreter/module.mk	Thu Dec 27 11:21:50 2018 +0100
@@ -244,7 +244,7 @@
 .PHONY: uninstall-qthelp-files
 
 qthelp-installdir:
-	$(MKDIR_P) '$(DESTDIR)/$(octdocdir)'
+	$(MKDIR_P) '$(DESTDIR)$(octdocdir)'
 .PHONY: qthelp-installdir
 
 if AMCOND_BUILD_DOCS