diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-12-25 07:09:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-25 07:09:35 +0100 |
commit | 2588920059b48f90fee10f067e3bdf6356e02759 (patch) | |
tree | fb80b197d2a6da1ac5534f00f6bb8a688e42f309 /meson.build | |
parent | Merge pull request #21762 from yuwata/udev-ctrl-do-not-kill (diff) | |
parent | factory/locale.conf: mention systemd ownership (diff) | |
download | systemd-2588920059b48f90fee10f067e3bdf6356e02759.tar.xz systemd-2588920059b48f90fee10f067e3bdf6356e02759.zip |
Merge pull request #21868 from lucab/ups/factory-locale-conf
factory: populate /etc/locale.conf with systemd build-time setting
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 93c0cdd230..2665024426 100644 --- a/meson.build +++ b/meson.build @@ -3711,6 +3711,7 @@ subdir('docs/var-log') install_subdir('factory/etc', install_dir : factorydir) +subdir('factory/templates') if install_sysconfdir install_data('xorg/50-systemd-user.sh', |