Skip to content

Commit

Permalink
Fixed broken git help -w when installing from RPM
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David J. Mellor authored and Junio C Hamano committed Feb 5, 2009
1 parent 5aed3c6 commit ab2fdb3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion git.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit ab2fdb3

Please sign in to comment.