Updated salt.spec bash_completion

This commit is contained in:
Justin Anderson 2016-04-07 09:16:47 -06:00
parent 8c30b364ed
commit 65614b7f0f

View file

@ -255,7 +255,7 @@ install -p %{SOURCE10} %{buildroot}%{_sysconfdir}/logrotate.d/salt
# Bash completion
mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d/
install -p -m 0644 %{SOURCE16} %{buildroot}%{_sysconfdir}/bash_completion.d/salt.bash
install -p -m 0644 %{SOURCE11} %{buildroot}%{_sysconfdir}/bash_completion.d/salt.bash
%clean
rm -rf %{buildroot}