summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-10-08 18:51:01 +0200
committerJean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr>2015-10-20 11:10:48 +0200
commit58d44e3dc85365df7acb01e981f0bc079e41efe2 (patch)
tree6c5898980bdc414f8114cdf53944b88d1fa289c6
parent2704bf9ef3fb9831d281b23d5d91c84104e3079f (diff)
downloadrabbitmq-server-git-58d44e3dc85365df7acb01e981f0bc079e41efe2.tar.gz
Fix typo, a trailing ')' was left over
-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 1c0caff0e1..bf0d3b7bb6 100644
--- a/packaging/debs/Debian/Makefile
+++ b/packaging/debs/Debian/Makefile
@@ -26,7 +26,7 @@ package: clean
--delete --delete-excluded \
debian/ $(UNPACKED_DIR)/debian/
UNOFFICIAL_RELEASE=$(UNOFFICIAL_RELEASE) VERSION=$(VERSION) ./check-changelog.sh rabbitmq-server $(UNPACKED_DIR)
- cd $(UNPACKED_DIR); GNUPGHOME=$(GNUPG_PATH)/.gnupg dpkg-buildpackage -sa $(SIGNING))
+ cd $(UNPACKED_DIR); GNUPGHOME=$(GNUPG_PATH)/.gnupg dpkg-buildpackage -sa $(SIGNING)
rm -rf $(UNPACKED_DIR)
clean: