[PATCH] Fix broken git help -w when installing from RPM

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <dmellor@xxxxxxxxxxxxxxxx>
---
 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@xxxxxxxxxxxxxxxx>
+- fix broken git help -w after git-core package was renamed to git.
+
 * Fri Sep 12 2008 Quy Tonthat <qtonthat@xxxxxxxxx>
 - move git-cvsserver to bindir.
 
-- 
1.6.1.2

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux