Skip to content

Commit 919ab64

Browse files
committed
Merge branch 'maint-1.6.0' into maint
* maint-1.6.0: Fixed broken git help -w when installing from RPM
2 parents c789350 + ab2fdb3 commit 919ab64

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
@@ -190,6 +190,9 @@ rm -rf $RPM_BUILD_ROOT
190190
# No files for you!
191191

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

0 commit comments

Comments
 (0)