diff options
author | Aleš Mrázek <ales.mrazek@nic.cz> | 2022-09-22 00:20:20 +0200 |
---|---|---|
committer | Aleš Mrázek <ales.mrazek@nic.cz> | 2023-01-10 19:57:13 +0100 |
commit | 60ab09bdb114355c2c0c421876a3dd75a19e98e1 (patch) | |
tree | 199421ee5c74999125c5277076dd101810b97e2a /meson.build | |
parent | manager: kresctl: 'completion' method for commands added (diff) | |
download | knot-resolver-60ab09bdb114355c2c0c421876a3dd75a19e98e1.tar.xz knot-resolver-60ab09bdb114355c2c0c421876a3dd75a19e98e1.zip |
manager: pkg: completion dir fix
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 11e32874..44050290 100644 --- a/meson.build +++ b/meson.build @@ -59,7 +59,7 @@ systemd_cache_dir = prefix / get_option('localstatedir') / 'cache' / 'knot-resol systemd_unit_dir = prefix / 'lib' / 'systemd' / 'system' systemd_tmpfiles_dir = prefix / 'lib' / 'tmpfiles.d' systemd_sysusers_dir = prefix / 'lib' / 'sysusers.d' -completions_dir = prefix / 'usr' / 'share' +completions_dir = prefix / 'share' mod_inc_dir = include_directories('.', 'contrib/') ## Trust anchors |