Use path_bindir for installing gamemoderun

Honor prefix for installing gamemoderun to properly work in cross
environment so it can be installed in e.g. /usr/x86_64-pc-linux-gnu/bin
instead of /usr/bin like it's already done for gamemoded.
This commit is contained in:
Timo Gurr 2019-03-29 18:18:23 +01:00
parent 959c48978b
commit 85d75c303c

View File

@ -42,7 +42,7 @@ configure_file(
input: 'gamemoderun.in', input: 'gamemoderun.in',
output: 'gamemoderun', output: 'gamemoderun',
configuration: data_conf, configuration: data_conf,
install_dir: 'bin', install_dir: path_bindir,
install_mode: 'rwxr-xr-x', install_mode: 'rwxr-xr-x',
) )