aboutsummaryrefslogtreecommitdiff
path: root/git-core.spec.in
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-08-12 10:37:33 -0700
committerJunio C Hamano <junkio@cox.net>2005-08-12 10:38:24 -0700
commit704a66f52edbc0cc88dca3b0993a072ae49d0f39 (patch)
treef058791f3a82d9c564bceffe49e07c37e6347922 /git-core.spec.in
parent3e386508f87278610d1892aaaa08cd17907f71c5 (diff)
downloadgit-704a66f52edbc0cc88dca3b0993a072ae49d0f39.tar.gz
git-704a66f52edbc0cc88dca3b0993a072ae49d0f39.tar.xz
Make tools/ directory first-class citizen.
Tools directory being separate is just a historical coincidence. Build and install together with the main directory, just like the clean target does. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-core.spec.in')
-rw-r--r--git-core.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-core.spec.in b/git-core.spec.in
index 8f079dbb5..5f7f4b92d 100644
--- a/git-core.spec.in
+++ b/git-core.spec.in
@@ -29,7 +29,7 @@ make prefix=%{_prefix} all %{!?_without_docs: doc}
%install
rm -rf $RPM_BUILD_ROOT
make dest=$RPM_BUILD_ROOT prefix=%{_prefix} mandir=%{_mandir} \
- install install-tools %{!?_without_docs: install-doc}
+ install %{!?_without_docs: install-doc}
%clean
rm -rf $RPM_BUILD_ROOT