Skip to content

Commit 09302bf

Browse files
committed
Propagate GNUPG_PATH properly; remove tag
1 parent 3bf32b4 commit 09302bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/debs/Debian/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ package: clean
2020
cp -r debian $(UNPACKED_DIR)
2121
chmod -R a+x $(UNPACKED_DIR)/debian
2222
UNOFFICIAL_RELEASE=$(UNOFFICIAL_RELEASE) VERSION=$(VERSION) ./check-changelog.sh rabbitmq-server $(UNPACKED_DIR)
23-
cd $(UNPACKED_DIR); dpkg-buildpackage -rfakeroot $(SIGNING)
23+
cd $(UNPACKED_DIR); GNUPGHOME=$(GNUPG_PATH)/.gnupg dpkg-buildpackage -rfakeroot $(SIGNING)
2424
rm -rf $(UNPACKED_DIR)
2525

2626
clean:

0 commit comments

Comments
 (0)