Dist: Fix manpage installation dir

This commit is contained in:
Rémi Verschelde 2020-07-14 09:20:35 +02:00 committed by Mathieu Comandon
parent 448e5bfd46
commit 83b5f6988c
2 changed files with 1 additions and 1 deletions

View file

@ -61,7 +61,7 @@ install_subdir(
)
install_man(
files('share/man/lutris.1'),
files('share/man/man1/lutris.1'),
install_dir: join_paths(mandir, 'man1'),
)