Closed jbeich closed 1 year ago
Regressed by #78. --mandir defaults to share/man relative to --prefix. See also Linux hier(7) and FreeBSD hier(7).
--mandir
share/man
--prefix
$ meson setup --prefix=/tmp/wob_prefix /tmp/wob_build $ meson compile -C /tmp/wob_build $ meson install -C /tmp/wob_build [...] Installing wob to /tmp/wob_prefix/bin Installing wob.1 to /tmp/wob_prefix/man1 Installing wob.ini.5 to /tmp/wob_prefix/man5
3e8ca928e93a works for me.
Regressed by #78.
--mandir
defaults toshare/man
relative to--prefix
. See also Linux hier(7) and FreeBSD hier(7).