Merge pull request #125 from tgurr/prefix

Use path_bindir for installing gamemoderun
This commit is contained in:
Alex Smith 2019-04-05 14:05:22 +01:00 committed by GitHub
commit a91156ef93

View File

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