]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
login/meson.build: pkgsysconfdir cannot be 'no'
authorMike Yuan <me@yhndnzj.com>
Fri, 6 Feb 2026 16:13:38 +0000 (17:13 +0100)
committerMike Yuan <me@yhndnzj.com>
Fri, 13 Feb 2026 13:51:44 +0000 (14:51 +0100)
Whether to install example configs to sysconfdir should be
(solely) controlled via install_sysconfdir_samples, as done
everywhere else.

src/login/meson.build

index df3c23295912c951fe20cbafdf523dee6e1acf33..d6654ff5ced5082e42150c890b8c4ddece97c8df 100644 (file)
@@ -109,7 +109,7 @@ custom_target(
         input : 'logind.conf.in',
         output : 'logind.conf',
         command : [jinja2_cmdline, '@INPUT@', '@OUTPUT@'],
-        install : install_sysconfdir_samples and pkgsysconfdir != 'no',
+        install : install_sysconfdir_samples,
         install_dir : pkgconfigfiledir)
 
 custom_target(