meson: Fix man install dir

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
Arnaud Rebillout 2018-11-05 12:21:31 +07:00 committed by Arun Raghavan
parent b15428d4bb
commit 0db18ba7d9
2 changed files with 3 additions and 1 deletions

View file

@ -42,7 +42,7 @@ foreach tuple : manpages
configuration : man_data,
)
mandirn = join_paths(get_option('mandir'), 'man' + section)
mandirn = join_paths(mandir, 'man' + section)
custom_target(
man + '-target',