Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-08-12 23:25:34 +0400
committerJunio C Hamano <junkio@cox.net>2005-08-12 23:25:34 +0400
commit5b6a8b649010d1b9362e703f8fe769c44fc0d7de (patch)
tree93c42c3ed75645ef5a855eefecbeb0f16fc2eac0 /git-core.spec.in
parent704a66f52edbc0cc88dca3b0993a072ae49d0f39 (diff)
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 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