|
|
|
@ -64,12 +64,11 @@ install_data (
@@ -64,12 +64,11 @@ install_data (
|
|
|
|
|
join_paths ( |
|
|
|
|
[datadir, 'mime/packages'])) |
|
|
|
|
|
|
|
|
|
if get_option ('install_bash_completion') |
|
|
|
|
install_data ( |
|
|
|
|
'zrythm-completion.bash', |
|
|
|
|
install_dir: '/etc/bash_completion.d', |
|
|
|
|
install_mode: 'r--r--r--', |
|
|
|
|
rename: 'zrythm') |
|
|
|
|
endif |
|
|
|
|
install_data ( |
|
|
|
|
'zrythm-completion.bash', |
|
|
|
|
install_dir: join_paths ( |
|
|
|
|
sysconfdir, 'bash_completion.d'), |
|
|
|
|
install_mode: 'r--r--r--', |
|
|
|
|
rename: 'zrythm') |
|
|
|
|
|
|
|
|
|
subdir('windows') |
|
|
|
|