summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@lshift.net>2008-07-29 17:12:42 +0100
committerTony Garnock-Jones <tonyg@lshift.net>2008-07-29 17:12:42 +0100
commit09302bfc429f06181ba97cdf3f0eda89cd06ec10 (patch)
treeec26fb3ad02b87675e384433f2c0afb2b3c61245 /packaging
parent3bf32b48ff62ebd3aacee8339c4adafaf4ef02a2 (diff)
downloadrabbitmq-server-git-09302bfc429f06181ba97cdf3f0eda89cd06ec10.tar.gz
Propagate GNUPG_PATH properly; remove tagrabbitmq_v1_4_0
Diffstat (limited to 'packaging')
-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 b49094e2a7..aeb958a7c3 100644
--- a/packaging/debs/Debian/Makefile
+++ b/packaging/debs/Debian/Makefile
@@ -20,7 +20,7 @@ package: clean
cp -r debian $(UNPACKED_DIR)
chmod -R a+x $(UNPACKED_DIR)/debian
UNOFFICIAL_RELEASE=$(UNOFFICIAL_RELEASE) VERSION=$(VERSION) ./check-changelog.sh rabbitmq-server $(UNPACKED_DIR)
- cd $(UNPACKED_DIR); dpkg-buildpackage -rfakeroot $(SIGNING)
+ cd $(UNPACKED_DIR); GNUPGHOME=$(GNUPG_PATH)/.gnupg dpkg-buildpackage -rfakeroot $(SIGNING)
rm -rf $(UNPACKED_DIR)
clean: