]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
utils/shell-completion/meson.build: install client.bash on a system
authorAleš Mrázek <ales.mrazek@nic.cz>
Fri, 20 Dec 2024 10:12:24 +0000 (11:12 +0100)
committerAleš Mrázek <ales.mrazek@nic.cz>
Fri, 20 Dec 2024 21:24:22 +0000 (22:24 +0100)
utils/meson.build
utils/shell-completion/meson.build

index 8bab5f2d9d8726c9ff115651b7397f10a15bcaca..e6885a3399ec788dffddeb18cfe68c3d84390623 100644 (file)
@@ -4,3 +4,4 @@
 build_utils = get_option('utils') != 'disabled'
 
 subdir('cache_gc')
+subdir('shell-completion')
index 6c35ffe37d07aae2a9b963868e1832fe6b18f98c..7f4d3601c978a5ee5bad38eda78d4e7b584047c8 100644 (file)
@@ -1,4 +1,4 @@
-# CLI comletion for bash-shell
+# CLI completion for bash-shell
 install_data(
     sources: 'client.bash',
     rename: 'kresctl',
@@ -6,8 +6,8 @@ install_data(
   )
 
 # CLI completion for fish-shell
-install_data(
-    sources: 'client.fish',
-    rename: 'kresctl.fish',
-    install_dir: completion_dir / 'fish' / 'completions'
-  )
+install_data(
+    sources: 'client.fish',
+    rename: 'kresctl.fish',
+    install_dir: completion_dir / 'fish' / 'completions'
+  )