meson: install shell files
Change-Id: I7c30690e5763d095cf7444333f7b687509051c5f
This commit is contained in:
@@ -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,
|
||||
)
|
||||
Reference in New Issue
Block a user