From 60ab09bdb114355c2c0c421876a3dd75a19e98e1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20Mr=C3=A1zek?= Date: Thu, 22 Sep 2022 00:20:20 +0200 Subject: [PATCH] manager: pkg: completion dir fix --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 11e328748..440502900 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 -- 2.47.3