diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-12 12:25:34 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-12 12:25:34 -0700 |
commit | 5b6a8b649010d1b9362e703f8fe769c44fc0d7de (patch) | |
tree | 93c42c3ed75645ef5a855eefecbeb0f16fc2eac0 /git-core.spec.in | |
parent | 704a66f52edbc0cc88dca3b0993a072ae49d0f39 (diff) | |
download | git-5b6a8b649010d1b9362e703f8fe769c44fc0d7de.tar.gz |
Adjust binary packaging to dest=>DESTDIR change.
Signed-off-by: Junio C Hamano <junkio@cox.net>
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 5f7f4b92d1..ef7cd26b96 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} \ +make DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} mandir=%{_mandir} \ install %{!?_without_docs: install-doc} %clean |