mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-08 21:17:47 +03:00
login: respect install_sysconfdir_samples in meson file
The refactoring done in c900d89faa
caused the configuration files to be
installed into the pkgsysconfdir regardless of the state of the
install_sysconfdir_samples boolean that indicates whether or not the
sample files should be installed.
This commit is contained in:
parent
cfd760b6a7
commit
72964d047a
@ -67,7 +67,7 @@ pam_systemd_c = files('pam_systemd.c')
|
|||||||
|
|
||||||
enable_logind = conf.get('ENABLE_LOGIND') == 1
|
enable_logind = conf.get('ENABLE_LOGIND') == 1
|
||||||
in_files = [
|
in_files = [
|
||||||
['logind.conf', pkgsysconfdir, enable_logind],
|
['logind.conf', pkgsysconfdir, enable_logind and install_sysconfdir_samples],
|
||||||
['70-uaccess.rules', udevrulesdir, enable_logind and conf.get('HAVE_ACL') == 1],
|
['70-uaccess.rules', udevrulesdir, enable_logind and conf.get('HAVE_ACL') == 1],
|
||||||
['71-seat.rules', udevrulesdir, enable_logind],
|
['71-seat.rules', udevrulesdir, enable_logind],
|
||||||
['73-seat-late.rules', udevrulesdir, enable_logind],
|
['73-seat-late.rules', udevrulesdir, enable_logind],
|
||||||
|
Loading…
Reference in New Issue
Block a user