mirror of
https://github.com/git/git.git
synced 2024-10-30 13:57:54 +01:00
Merge branch 'jn/rpm-spec'
* jn/rpm-spec: git.spec: Workaround localized messages not put in any RPM
This commit is contained in:
commit
e684e89ef0
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ find $RPM_BUILD_ROOT -type f -name perllocal.pod -exec rm -f {} ';'
|
|||
%else
|
||||
rm -rf $RPM_BUILD_ROOT%{_mandir}
|
||||
%endif
|
||||
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
|
||||
install -m 644 -T contrib/completion/git-completion.bash $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/git
|
||||
|
|
Loading…
Reference in a new issue