Skip to content

Commit

Permalink
Merge branch 'jn/rpm-spec'
Browse files Browse the repository at this point in the history
* jn/rpm-spec:
  git.spec: Workaround localized messages not put in any RPM
  • Loading branch information
Junio C Hamano committed Feb 10, 2012
2 parents e06ed3e + 3a9f58c commit e684e89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e684e89

Please sign in to comment.