We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca6b1a2 commit 98b27c9Copy full SHA for 98b27c9
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