summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-11-23 13:23:42 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-12-06 10:18:35 +0100
commite783f957181324110d2ee49377c48acc90d735a2 (patch)
treee4aa3502615da4f886bef0c9c212ca5fea9a8a44 /meson.build
parent32a8f700a4acd601c6bac89e871d2e9e145f4adf (diff)
downloadsystemd-e783f957181324110d2ee49377c48acc90d735a2.tar.gz
systemd-e783f957181324110d2ee49377c48acc90d735a2.tar.bz2
systemd-e783f957181324110d2ee49377c48acc90d735a2.zip
Rename "system-preset" source dir to "presets"
I want to add presets/user/ later. This mirrors the layout for units: we have units/ and units/user. The advantage is that we avoid having yet another directory at the top level.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 6288b5697b..4f63bffe95 100644
--- a/meson.build
+++ b/meson.build
@@ -2383,6 +2383,7 @@ subdir('units')
subdir('sysctl.d')
subdir('sysusers.d')
subdir('tmpfiles.d')
+subdir('presets')
subdir('hwdb')
subdir('network')
subdir('man')
@@ -2399,8 +2400,6 @@ install_subdir('factory/etc',
install_data('xorg/50-systemd-user.sh',
install_dir : xinitrcdir)
-install_data('system-preset/90-systemd.preset',
- install_dir : systempresetdir)
install_data('modprobe.d/systemd.conf',
install_dir : modprobedir)
install_data('README',