diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-03-12 17:27:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-12 17:27:39 +0100 |
commit | 99eae076eb52ee47f687ce08d7e0d2b8e58d30ef (patch) | |
tree | e280fedfb98e13738fd6e98792f41ef5c26f35b3 /meson.build | |
parent | dace710c4a1edc5b95a04b075a67fb131085d799 (diff) | |
parent | 2eee2088d2671957a5e81a405e295d69ad4f5560 (diff) | |
download | systemd-99eae076eb52ee47f687ce08d7e0d2b8e58d30ef.tar.gz |
Merge pull request #8296 from poettering/resolvconf
resolvconf(8) compat interface
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 86d2025048..56e3d0086e 100644 --- a/meson.build +++ b/meson.build @@ -1632,6 +1632,10 @@ if conf.get('ENABLE_RESOLVE') == 1 install_rpath : rootlibexecdir, install : true) public_programs += [exe] + + meson.add_install_script(meson_make_symlink, + join_paths(bindir, 'systemd-resolve'), + join_paths(rootsbindir, 'resolvconf')) endif if conf.get('ENABLE_LOGIND') == 1 |