Skip to content

Commit e684e89

Browse files
committed
Merge branch 'jn/rpm-spec'
* jn/rpm-spec: git.spec: Workaround localized messages not put in any RPM
2 parents e06ed3e + 3a9f58c commit e684e89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git.spec.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ find $RPM_BUILD_ROOT -type f -name perllocal.pod -exec rm -f {} ';'
134134
%else
135135
rm -rf $RPM_BUILD_ROOT%{_mandir}
136136
%endif
137+
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
137138

138139
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
139140
install -m 644 -T contrib/completion/git-completion.bash $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/git

0 commit comments

Comments
 (0)