summaryrefslogtreecommitdiff
path: root/packaging/common
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-08-06 17:03:10 +0100
committerSimon MacMullen <simon@rabbitmq.com>2010-08-06 17:03:10 +0100
commit53cc5e498deef6d5d54c5e86c60d3877d39bd3c7 (patch)
tree26b4ceb346bc2632b60feb2af5735869138f3629 /packaging/common
parentaf1703ce37ea59b217711cb1595a6683e66d1c8b (diff)
downloadrabbitmq-server-git-53cc5e498deef6d5d54c5e86c60d3877d39bd3c7.tar.gz
Default to the real Unix-y scratch dir, override in the Makefile.
Diffstat (limited to 'packaging/common')
-rw-r--r--packaging/common/rabbitmq-script-wrapper2
1 files changed, 0 insertions, 2 deletions
diff --git a/packaging/common/rabbitmq-script-wrapper b/packaging/common/rabbitmq-script-wrapper
index ffe135338e..79096a4e92 100644
--- a/packaging/common/rabbitmq-script-wrapper
+++ b/packaging/common/rabbitmq-script-wrapper
@@ -42,8 +42,6 @@ done
cd /var/lib/rabbitmq
-export RABBITMQ_PLUGINS_EXPAND_DIR=/var/lib/rabbitmq/plugins-scratch
-
SCRIPT=`basename $0`
if [ `id -u` = 0 ] ; then