diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-16 14:57:54 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-16 14:57:54 +0100 |
| commit | a3cf7d226fd1568f57e409efb6aade676683f832 (patch) | |
| tree | 24b8d8811adafde854d8bf5edc92aab13d7a463e /packaging/debs | |
| parent | 606b7f97b0ae4e434f86038ad983b94e9e83f670 (diff) | |
| download | rabbitmq-server-git-a3cf7d226fd1568f57e409efb6aade676683f832.tar.gz | |
be smart about when building plugins
Diffstat (limited to 'packaging/debs')
| -rw-r--r-- | packaging/debs/Debian/Makefile | 2 |
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: |
