summaryrefslogtreecommitdiff
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
commite01ce66f5ce26257e16a234bdb6131110675b2e0 (patch)
treeec26fb3ad02b87675e384433f2c0afb2b3c61245
parentc0e90747a9d70a6a395d6ad57b4ffec93a34e448 (diff)
downloadrabbitmq-server-e01ce66f5ce26257e16a234bdb6131110675b2e0.tar.gz
Propagate GNUPG_PATH properly; remove tagrabbitmq_v1_4_0
-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 b49094e2..aeb958a7 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: