summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 55bc3fe)
raw | patch | inline | side by side (parent: 55bc3fe)
author | Junio C Hamano <junkio@cox.net> | |
Sun, 7 Aug 2005 03:38:13 +0000 (20:38 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 7 Aug 2005 03:54:49 +0000 (20:54 -0700) |
Many many thanks go to Chris Wright and H. Peter Anvin whose
help were essential to get me going this build.
Signed-off-by: Junio C Hamano <junkio@cox.net>
help were essential to get me going this build.
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-core.spec.in | patch | blob | history |
diff --git a/git-core.spec.in b/git-core.spec.in
index 7d4f9d5ab7cb090a42bb826beb639d52fcd4c6bf..9921f46e9e88b450ee29f382337f8e2b53ccb695 100644 (file)
--- a/git-core.spec.in
+++ b/git-core.spec.in
%install
rm -rf $RPM_BUILD_ROOT
-make dest=$RPM_BUILD_ROOT prefix=%{_prefix} mandir=%{_mandir} install %{!?_without_docs: install-doc}
+make dest=$RPM_BUILD_ROOT prefix=%{_prefix} mandir=%{_mandir} install install-tools %{!?_without_docs: install-doc}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%{_bindir}/*
+%{_datadir}/git-core/templates/*
%doc README COPYING Documentation/*.txt
%{!?_without_docs: %doc Documentation/*.html }
%{!?_without_docs: %{_mandir}/man1/*.1.gz}