mirror of
https://abf.rosa.ru/djam/git.git
synced 2025-02-23 09:43:00 +00:00
Fixed bash prompt
This commit is contained in:
parent
72682a3ded
commit
804677cac6
1 changed files with 3 additions and 1 deletions
4
git.spec
4
git.spec
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue