]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/pstore/meson.build
Add install-sysconfdir=no-samples option for (non-)installation of sample configs
[thirdparty/systemd.git] / src / pstore / meson.build
index 6c0ab0563b5345dc1bbe813f2c8a41c8e3ca78c0..8e01af751c972b629e111a55c0e6194c3601f2a3 100644 (file)
@@ -4,7 +4,7 @@ systemd_pstore_sources = files('''
         pstore.c
 '''.split())
 
-if conf.get('ENABLE_PSTORE') == 1 and install_sysconfdir
+if conf.get('ENABLE_PSTORE') == 1 and install_sysconfdir_samples
         install_data('pstore.conf',
                      install_dir : pkgsysconfdir)
 endif