aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3cef6ae..f86f059 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ distcheck: dist
tar xzf $(DIST_DIR).tar.gz
$(MAKE) -C $(DIST_DIR) check
$(MKDIR) $(DIST_DIR)/install
- DESTDIR=install $(MAKE) -C $(DIST_DIR) install
+ DESTDIR=$$(pwd)/install $(MAKE) -C $(DIST_DIR) install
$(MAKE) -C $(DIST_DIR) distclean
www: