From 03a8af8948c12b2ac843a37d0fcbe86b75a1c339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20NICOLE?= Date: Mon, 21 Nov 2016 14:19:33 +0100 Subject: [PATCH] Change hard-coded path to meson option --- data/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/meson.build b/data/meson.build index 323bc6d..4fd72bc 100644 --- a/data/meson.build +++ b/data/meson.build @@ -1,3 +1,3 @@ install_data('lightdm-webkit2-greeter.desktop', install_dir: get_option('with-desktop-dir')) -install_data('lightdm-webkit2-greeter.conf', install_dir: '/etc/lightdm') +install_data('lightdm-webkit2-greeter.conf', install_dir: get_option('with-config-dir'))