Browse Source

fix wrong prefix variable in data

Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
Stephan Lachnit 4 years ago
parent
commit
c755f7e539
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data/meson.build

+ 1 - 1
data/meson.build

@@ -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'),