aboutsummaryrefslogtreecommitdiff
path: root/git.spec.in
diff options
context:
space:
mode:
authorDavid J. Mellor <dmellor@whistlingcat.com>2009-02-04 20:14:29 -0800
committerJunio C Hamano <gitster@pobox.com>2009-02-04 22:00:49 -0800
commitab2fdb3b62589477bde0cd0af8239bee510c3488 (patch)
treeb7511f6ab66d8137621a6c9667e669d997152f8d /git.spec.in
parent5aed3c6ab834367292bd7a9b0894177a07afd910 (diff)
downloadgit-ab2fdb3b62589477bde0cd0af8239bee510c3488.tar.gz
git-ab2fdb3b62589477bde0cd0af8239bee510c3488.tar.xz
Fixed broken git help -w when installing from RPM
After the git-core package was renamed to git, git help -w was still looking for files in /usr/share/doc/git-core-$VERSION instead of /usr/share/doc/git-$VERSION. Signed-off-by: David J. Mellor <dmellor@whistlingcat.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git.spec.in')
-rw-r--r--git.spec.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/git.spec.in b/git.spec.in
index 6733b6f55..0319c82a7 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
@@ -189,6 +189,9 @@ rm -rf $RPM_BUILD_ROOT
# No files for you!
%changelog
+* Mon Feb 04 2009 David J. Mellor <dmellor@whistlingcat.com>
+- fixed broken git help -w after renaming the git-core package to git.
+
* Fri Sep 12 2008 Quy Tonthat <qtonthat@gmail.com>
- move git-cvsserver to bindir.