From 5310f62868638b18f6edc3e3248cbd569ef97609 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 15 Apr 2021 14:41:46 +0000 Subject: build system: configure: fix default setting of $mb_docdir. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 5dff097..8d7edbc 100755 --- a/configure +++ b/configure @@ -537,7 +537,7 @@ common_defaults() [ -n "$mb_oldincludedir" ] || mb_oldincludedir=$mb_prefix/include [ -n "$mb_datarootdir" ] || mb_datarootdir=$mb_prefix/share [ -n "$mb_mandir" ] || mb_mandir=$mb_datarootdir/man - [ -n "$mb_docdir" ] || mb_docdir=$mb_datarootdir/doc + [ -n "$mb_docdir" ] || mb_docdir=$mb_datarootdir/doc/$mb_package [ -n "$mb_libexecdir" ] || mb_libexecdir=$mb_exec_prefix/libexec [ -n "$mb_sysconfdir" ] || mb_sysconfdir=$mb_exec_prefix/etc -- cgit v1.2.3