summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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