meson: install shell files

Change-Id: I7c30690e5763d095cf7444333f7b687509051c5f
This commit is contained in:
eldritch horrors
2024-03-29 20:10:33 +00:00
parent 1da1f501fc
commit e28dc26084
6 changed files with 46 additions and 5 deletions
+8
View File
@@ -0,0 +1,8 @@
configure_file(
input : 'completion.sh',
output : 'nix',
install : true,
install_dir : datadir / 'bash-completion/completions',
install_mode : 'rw-r--r--',
copy : true,
)