From 60ab09bdb114355c2c0c421876a3dd75a19e98e1 Mon Sep 17 00:00:00 2001 From: Aleš Mrázek Date: Thu, 22 Sep 2022 00:20:20 +0200 Subject: manager: pkg: completion dir fix --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') 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 -- cgit v1.2.3