We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d423c commit a68781dCopy full SHA for a68781d
specs/starship.spec
@@ -41,5 +41,5 @@ install -pvD -m 0644 _%{name} %{buildroot}%{zsh_completions_dir}/_%{name}
41
%files
42
%doc CONFIGURATION.md
43
%{_bindir}/%{name}
44
-%{bash_completions_dir}/%{name}
45
-%{zsh_completions_dir}/_%{name}
+/%{bash_completions_dir}/%{name}
+/%{zsh_completions_dir}/_%{name}
0 commit comments