diff --git a/SPECS/yt-dlp.spec b/SPECS/yt-dlp.spec index 4fc3591..8def3e2 100644 --- a/SPECS/yt-dlp.spec +++ b/SPECS/yt-dlp.spec @@ -103,10 +103,11 @@ make completion-bash completion-zsh completion-fish %license LICENSE %files bash-completion -%{bash_completions_dir}/%{name} +%{_datadir}/bash-completion/completions/%{name} %files zsh-completion -%{zsh_completions_dir}/_%{name} +%{_datadir}/zsh/site-functions/_%{name} + %files fish-completion %{fish_completions_dir}/%{name}.fish