[PATCH] Fix broken git help -w when installing from RPM
From: <hidden>
Date: 2016-06-15 22:46:07
Subsystem:
the rest · Maintainer:
Linus Torvalds
After the git-core package was renamed to git in 7c33d3a, git help -w was still looking for files in /usr/share/doc/git-core-$VERSION instead of /usr/share/doc/git-$VERSION. My apologies if this posting is a duplicate. I tried to send this last night, but it does not appear to have shown up on the mailing list. Signed-off-by: David J. Mellor <redacted> --- git.spec.in | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/git.spec.in b/git.spec.in
index 069ace0..5f035b0 100644
--- a/git.spec.in
+++ b/git.spec.in@@ -97,7 +97,7 @@ BuildRequires: perl(Error) %description -n perl-Git Perl interface to Git -%define path_settings ETC_GITCONFIG=/etc/gitconfig prefix=%{_prefix} mandir=%{_mandir} htmldir=%{_docdir}/%{name}-core-%{version} +%define path_settings ETC_GITCONFIG=/etc/gitconfig prefix=%{_prefix} mandir=%{_mandir} htmldir=%{_docdir}/%{name}-%{version} %prep %setup -q
@@ -190,6 +190,9 @@ rm -rf $RPM_BUILD_ROOT # No files for you! %changelog +* Mon Feb 04 2009 David J. Mellor <dmellor@whistlingcat.com> +- fix broken git help -w after git-core package was renamed to git. + * Fri Sep 12 2008 Quy Tonthat <qtonthat@gmail.com> - move git-cvsserver to bindir.
--
1.6.1.2