summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5aed3c6)
raw | patch | inline | side by side (parent: 5aed3c6)
author | David J. Mellor <dmellor@whistlingcat.com> | |
Thu, 5 Feb 2009 04:14:29 +0000 (20:14 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 5 Feb 2009 06:00:49 +0000 (22:00 -0800) |
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>
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>
git.spec.in | patch | blob | history |
diff --git a/git.spec.in b/git.spec.in
index 6733b6f5551e43835fcf46793142d9d7ffbe27f9..0319c82a7ca03396285a6111e0cda1725f3f29c7 100644 (file)
--- a/git.spec.in
+++ b/git.spec.in
%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
# 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.