Skip to content

Commit ab2fdb3

Browse files
dmellorgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5aed3c6 commit ab2fdb3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

git.spec.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ BuildRequires: perl(Error)
9797
%description -n perl-Git
9898
Perl interface to Git
9999

100-
%define path_settings ETC_GITCONFIG=/etc/gitconfig prefix=%{_prefix} mandir=%{_mandir} htmldir=%{_docdir}/%{name}-core-%{version}
100+
%define path_settings ETC_GITCONFIG=/etc/gitconfig prefix=%{_prefix} mandir=%{_mandir} htmldir=%{_docdir}/%{name}-%{version}
101101

102102
%prep
103103
%setup -q
@@ -189,6 +189,9 @@ rm -rf $RPM_BUILD_ROOT
189189
# No files for you!
190190

191191
%changelog
192+
* Mon Feb 04 2009 David J. Mellor <[email protected]>
193+
- fixed broken git help -w after renaming the git-core package to git.
194+
192195
* Fri Sep 12 2008 Quy Tonthat <[email protected]>
193196
- move git-cvsserver to bindir.
194197

0 commit comments

Comments
 (0)