mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 12:41:53 +00:00
Fix completion path on meson buildsystem
This commit is contained in:
parent
a66b998883
commit
7739a9cee0
1 changed files with 1 additions and 1 deletions
|
@ -9,5 +9,5 @@ install_data('miracle-gst', 'gstplayer', 'uibc-viewer',
|
|||
|
||||
install_data(
|
||||
'miracle-wifid', 'miracle-sinkctl', 'miracle-wifictl',
|
||||
install_dir: join_paths(get_option('datadir'), 'bash-completions', 'completions')
|
||||
install_dir: join_paths(get_option('datadir'), 'bash-completion', 'completions')
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue