fix wrong prefix variable in data

Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
This commit is contained in:
Stephan Lachnit 2020-05-11 11:54:11 +02:00 committed by afayaz-feral
parent 1ca9b727c3
commit c755f7e539

View File

@ -47,7 +47,7 @@ configure_file(
)
# Configure and install man pages
mandir = join_paths(prefix, get_option('mandir'))
mandir = join_paths(path_prefix, get_option('mandir'))
gamemoded_manpage = configure_file(
input: files('gamemoded.8.in'),