aboutsummaryrefslogtreecommitdiff
path: root/git-core.spec.in
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-08-12 12:25:34 -0700
committerJunio C Hamano <junkio@cox.net>2005-08-12 12:25:34 -0700
commit5b6a8b649010d1b9362e703f8fe769c44fc0d7de (patch)
tree93c42c3ed75645ef5a855eefecbeb0f16fc2eac0 /git-core.spec.in
parent704a66f52edbc0cc88dca3b0993a072ae49d0f39 (diff)
downloadgit-5b6a8b649010d1b9362e703f8fe769c44fc0d7de.tar.gz
git-5b6a8b649010d1b9362e703f8fe769c44fc0d7de.tar.xz
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.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-core.spec.in b/git-core.spec.in
index 5f7f4b92d..ef7cd26b9 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