Преглед на файлове

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.
Timo Gurr преди 6 години
родител
ревизия
85d75c303c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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',
 )