diff options
Diffstat (limited to 'git-core.spec.in')
-rw-r--r-- | git-core.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-core.spec.in b/git-core.spec.in index 8f079dbb59..5f7f4b92d1 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 |