diff options
author | midipix <writeonce@midipix.org> | 2021-04-15 14:41:46 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-04-15 18:16:34 +0000 |
commit | 53e64a0099eeffe6a27a8a82f39c6e3632102931 (patch) | |
tree | e546f22f35635f1e200a9a1b4de61d0555bcd8d2 | |
parent | 23bfaa7f549f5a54a19d30bdef304b9a5966081a (diff) | |
download | w32lib-53e64a0099eeffe6a27a8a82f39c6e3632102931.tar.bz2 w32lib-53e64a0099eeffe6a27a8a82f39c6e3632102931.tar.xz |
build system: configure: fix default setting of $mb_docdir.
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |