Browse Source

Merge pull request #125 from tgurr/prefix

Use path_bindir for installing gamemoderun
Alex Smith 6 years ago
parent
commit
a91156ef93
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data/meson.build

+ 1 - 1
data/meson.build

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