]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/coredump/meson.build
meson: add option to skip installing to $sysconfdir
[thirdparty/systemd.git] / src / coredump / meson.build
index 663c6c7a07bf341e124ed68975dc9fca4cb353d8..ebd99bd379dfa08171cf1d4cacb986b7eeb413ca 100644 (file)
@@ -13,7 +13,7 @@ endif
 
 coredumpctl_sources = files('coredumpctl.c')
 
-if conf.get('ENABLE_COREDUMP') == 1
+if conf.get('ENABLE_COREDUMP') == 1 and install_sysconfdir
         install_data('coredump.conf',
                      install_dir : pkgsysconfdir)
 endif