summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
Diffstat (limited to 'packaging')
-rw-r--r--packaging/standalone/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/standalone/Makefile b/packaging/standalone/Makefile
index 5b0e84e294..8d3fc9d486 100644
--- a/packaging/standalone/Makefile
+++ b/packaging/standalone/Makefile
@@ -41,8 +41,8 @@ dist:
$(MAKE) -C $(SOURCE_DIR) \
PREFIX= RMQ_ROOTDIR= \
- RMQ_ERLAPP_DIR=`pwd`/$(TARGET_DIR) \
- MANDIR=`pwd`/$(TARGET_DIR)/share/man \
+ RMQ_ERLAPP_DIR=$(abspath $(TARGET_DIR)) \
+ MANDIR=$(abspath $(TARGET_DIR))/share/man \
manpages install install-man
mkdir -p $(TARGET_DIR)/etc/rabbitmq