summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-02-10 14:07:49 -0800
committerJunio C Hamano <gitster@pobox.com>2012-02-10 14:07:49 -0800
commite684e89ef00e229c9fc6e7d53264fb03d4732d4c (patch)
treeb371ee1f709263fbe5394cfc95427a8238a55e7d
parente06ed3ed8a72cadb2c3f9695825c827c1584549d (diff)
parent3a9f58c00a4fd0bee8f1b01abcd2656190979518 (diff)
downloadgit-e684e89ef00e229c9fc6e7d53264fb03d4732d4c.tar.gz
Merge branch 'jn/rpm-spec'
* jn/rpm-spec: git.spec: Workaround localized messages not put in any RPM
-rw-r--r--git.spec.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/git.spec.in b/git.spec.in
index c562c62284..b93df109c8 100644
--- a/git.spec.in
+++ b/git.spec.in
@@ -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