From: Christian Hesse Date: Thu, 26 Nov 2020 20:22:41 +0000 (+0100) Subject: home: fix homed.conf install location X-Git-Tag: v247.1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72a4466e6e80693f4455c0c5edf946f8a440845a;p=thirdparty%2Fsystemd.git home: fix homed.conf install location The install location changed in d7aa78c32f076c305ceeb183fc06eb1de0960deb, I think this was not intentional. Keep the condition but revert the path. --- diff --git a/src/home/meson.build b/src/home/meson.build index e3cc1a9fb5b..444dc476196 100644 --- a/src/home/meson.build +++ b/src/home/meson.build @@ -109,7 +109,7 @@ if conf.get('ENABLE_HOMED') == 1 if install_sysconfdir install_data('homed.conf', - install_dir : sysconfdir) + install_dir : pkgsysconfdir) endif endif