francma / wob

A lightweight overlay volume/backlight/progress/anything bar for Wayland.
ISC License
896 stars 49 forks source link

Respect Meson --mandir again #105

Closed jbeich closed 1 year ago

jbeich commented 1 year ago

Regressed by #78. --mandir defaults to share/man relative to --prefix. See also Linux hier(7) and FreeBSD hier(7).

$ 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
jbeich commented 1 year ago

3e8ca928e93a works for me.