summaryrefslogtreecommitdiff
path: root/packaging/debs
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-16 14:57:54 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-16 14:57:54 +0100
commita3cf7d226fd1568f57e409efb6aade676683f832 (patch)
tree24b8d8811adafde854d8bf5edc92aab13d7a463e /packaging/debs
parent606b7f97b0ae4e434f86038ad983b94e9e83f670 (diff)
downloadrabbitmq-server-git-a3cf7d226fd1568f57e409efb6aade676683f832.tar.gz
be smart about when building plugins
Diffstat (limited to 'packaging/debs')
-rw-r--r--packaging/debs/Debian/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/debs/Debian/Makefile b/packaging/debs/Debian/Makefile
index 956cc60242..1b2fdd9e20 100644
--- a/packaging/debs/Debian/Makefile
+++ b/packaging/debs/Debian/Makefile
@@ -34,7 +34,7 @@ package: clean
$(UNPACKED_DIR)/debian/rabbitmq-script-wrapper
chmod a+x $(UNPACKED_DIR)/debian/rules
UNOFFICIAL_RELEASE=$(UNOFFICIAL_RELEASE) VERSION=$(VERSION) ./check-changelog.sh rabbitmq-server $(UNPACKED_DIR)
- cd $(UNPACKED_DIR); PLUGINS_DIST_DIR=$(PLUGINS_DIST_DIR) GNUPGHOME=$(GNUPG_PATH)/.gnupg dpkg-buildpackage -rfakeroot $(SIGNING)
+ cd $(UNPACKED_DIR); GNUPGHOME=$(GNUPG_PATH)/.gnupg dpkg-buildpackage -rfakeroot $(SIGNING)
rm -rf $(UNPACKED_DIR)
clean: