mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 02:06:46 +01:00
1c7b2186e2
Includes a temporary `meson.build` patch that will need to be removed on the next update.
16 lines
499 B
Diff
16 lines
499 B
Diff
diff --git a/meson.build b/meson.build
|
|
index 1c789be..cd4b07a 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -12,7 +12,9 @@ app_resources_service = gnome.compile_resources(
|
|
source_dir : '.',
|
|
c_name : 'avizo_resources')
|
|
|
|
-install_data('config.ini', install_dir: '/etc/xdg/avizo')
|
|
+sysconfdir = get_option('sysconfdir')
|
|
+
|
|
+install_data('config.ini', install_dir: join_paths(sysconfdir, 'xdg/avizo'))
|
|
install_data('volumectl', install_dir: 'bin')
|
|
install_data('lightctl', install_dir: 'bin')
|
|
|