Fixed bash prompt

This commit is contained in:
Konstantin Vlasov 2015-03-16 19:35:10 +03:00
parent 72682a3ded
commit 804677cac6

View file

@ -5,7 +5,7 @@
Summary: Global Information Tracker
Name: git
Version: 2.3.2
Release: 1
Release: 2
Epoch: 1
License: GPLv2+
Group: Development/Tools
@ -360,6 +360,8 @@ EOF
mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d
install -m644 contrib/completion/git-completion.bash \
%{buildroot}%{_sysconfdir}/bash_completion.d/git
install -m644 contrib/completion/git-prompt.sh \
%{buildroot}%{_sysconfdir}/bash_completion.d/git-prompt
# And the prompt manipulation file
install -D -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/profile.d/%{profile_branch}