summaryrefslogtreecommitdiff
path: root/git-core.spec.in
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-08-07 03:38:13 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-08-07 03:54:49 (GMT)
commitd5928d602667546d9834beb0ab8bf641ad45c028 (patch)
tree83896d94fcea86709789c8fd8f43c78c526f90aa /git-core.spec.in
parent55bc3fe36a4b931c3899dc453bf2d554ccabc495 (diff)
downloadgit-d5928d602667546d9834beb0ab8bf641ad45c028.zip
git-d5928d602667546d9834beb0ab8bf641ad45c028.tar.gz
git-d5928d602667546d9834beb0ab8bf641ad45c028.tar.bz2
Fix RPM build that omitted templates and tools.
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>
Diffstat (limited to 'git-core.spec.in')
-rw-r--r--git-core.spec.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-core.spec.in b/git-core.spec.in
index 7d4f9d5..9921f46 100644
--- a/git-core.spec.in
+++ b/git-core.spec.in
@@ -28,7 +28,7 @@ make prefix=%{_prefix} all %{!?_without_docs: doc}
%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
@@ -36,6 +36,7 @@ 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}