X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-core.spec.in;h=ef7cd26b967d91e9db18f1f29dcd52dd8593bb65;hb=e70a165d3db26dbab62e3430553a21d5e97b74ec;hp=8f079dbb59c84c3023b2fad26c8cd38066afd35b;hpb=2b64f88f09ae2169ec85652b46897574e352936d;p=git.git diff --git a/git-core.spec.in b/git-core.spec.in index 8f079dbb..ef7cd26b 100644 --- a/git-core.spec.in +++ b/git-core.spec.in @@ -28,8 +28,8 @@ 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} +make DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} mandir=%{_mandir} \ + install %{!?_without_docs: install-doc} %clean rm -rf $RPM_BUILD_ROOT