From 95f2dbc8c8752243132f84104c750b92b0884216 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Mon, 23 Dec 2024 18:15:41 +0100 Subject: [PATCH] meson: do not hardcode /etc directory name Use get_option('sysconfdir') instead. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index a307f87e..ad93d6da 100644 --- a/meson.build +++ b/meson.build @@ -265,7 +265,7 @@ install_data('etc/fr.apdu.pcsclite.metainfo.xml', ) install_data('etc/pcscd', - install_dir : 'etc/default' + install_dir : get_option('sysconfdir') / 'default' ) # generate config.h