9 lines
183 B
Meson
9 lines
183 B
Meson
configure_file(
|
|
input : 'completion.sh',
|
|
output : 'nix',
|
|
install : true,
|
|
install_dir : datadir / 'bash-completion/completions',
|
|
install_mode : 'rw-r--r--',
|
|
copy : true,
|
|
)
|