mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 07:37:21 +02:00
fix wrong prefix variable in data
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
This commit is contained in:
parent
1ca9b727c3
commit
c755f7e539
@ -47,7 +47,7 @@ configure_file(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Configure and install man pages
|
# Configure and install man pages
|
||||||
mandir = join_paths(prefix, get_option('mandir'))
|
mandir = join_paths(path_prefix, get_option('mandir'))
|
||||||
|
|
||||||
gamemoded_manpage = configure_file(
|
gamemoded_manpage = configure_file(
|
||||||
input: files('gamemoded.8.in'),
|
input: files('gamemoded.8.in'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user