Message ID | 20200826110419.528931-8-marcandre.lureau@redhat.com |
---|---|
State | Superseded |
Headers | show |
Series | None | expand |
diff --git a/meson.build b/meson.build index 7570aab830..d3196ea2d2 100644 --- a/meson.build +++ b/meson.build @@ -1211,7 +1211,7 @@ if build_docs output: man, capture: true, install: true, - install_dir: config_host['mandir'] / 'man7', + install_dir: get_option('mandir') / 'man7', command: [pod2man, '--utf8', '--section=7', '--center=" "', '--release=" "', '@INPUT@']) endforeach