summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-08-14 19:52:19 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-08-14 19:52:19 +0200
commit9aa5c3c4a4e801c8f727c1d4e33508c716fbe134 (patch)
tree37ed6409567e3e7bcb595df4df0996d46d2a2b26
parent59d34401a891c62a664f96058a9420120b05ab09 (diff)
respect DESTDIRHEADmaster
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2b581e7..9741dea 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
SRCDIR:=$(firstword $(dir $(MAKEFILE_LIST)))
include $(SRCDIR)config.mk
-presentationdir:=$(templatedir)/presnt
+presentationdir:=$(DESTDIR)$(templatedir)/presnt
.PHONY: all install clean mostlyclean TAGS info dvi check dist uninstall
clean mostlyclean TAGS info dvi check: all