summaryrefslogtreecommitdiffstats
path: root/src/resolve/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-09-26 17:03:15 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-09-26 17:03:26 +0200
commita1ca52c2daf9d5f6f6922a627793dc2cbd0ad20c (patch)
treeb5daf5b0ee7704b8b4a7f407662632057143778a /src/resolve/meson.build
parentmeson: move systemd-cryptsetup to /usr/bin (diff)
downloadsystemd-a1ca52c2daf9d5f6f6922a627793dc2cbd0ad20c.tar.xz
systemd-a1ca52c2daf9d5f6f6922a627793dc2cbd0ad20c.zip
meson: add comments to compat symlinks
Diffstat (limited to 'src/resolve/meson.build')
-rw-r--r--src/resolve/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resolve/meson.build b/src/resolve/meson.build
index 0f62d09087..2c34dc5032 100644
--- a/src/resolve/meson.build
+++ b/src/resolve/meson.build
@@ -225,6 +225,7 @@ if conf.get('ENABLE_RESOLVE') == 1
ln_s.format(bindir / 'resolvectl',
sbindir / 'resolvconf'))
+ # symlink for backwards compatibility after rename
meson.add_install_script(sh, '-c',
ln_s.format(bindir / 'resolvectl',
bindir / 'systemd-resolve'))