aboutsummaryrefslogtreecommitdiffstats
path: root/debian
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 /debian
parent704a66f52edbc0cc88dca3b0993a072ae49d0f39 (diff)
downloadgit-5b6a8b649010d1b9362e703f8fe769c44fc0d7de.tar.gz
Adjust binary packaging to dest=>DESTDIR change.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index e81ed05bb8..f58ca75432 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,7 +56,7 @@ install: build
dh_clean -k
dh_installdirs
- make dest=$(DESTDIR) prefix=$(PREFIX) mandir=$(MANDIR) \
+ make DESTDIR=$(DESTDIR) prefix=$(PREFIX) mandir=$(MANDIR) \
install install-doc
mkdir -p $(DOC_DESTDIR)