summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-10-30 18:19:32 +0100
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-10-30 18:19:32 +0100
commit733b8a458d9247736599ddafc6d7a09258dd0081 (patch)
tree04ab3638222fda6d342ce652397d6ff04489e95e /packaging
parenta5b9ab0634bd392bc7ed6477dca753cfa63d46c2 (diff)
downloadrabbitmq-server-git-733b8a458d9247736599ddafc6d7a09258dd0081.tar.gz
packaging/windows-exe: Use explicitely $(VERSION) in the source zip name
Diffstat (limited to 'packaging')
-rw-r--r--packaging/windows-exe/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/windows-exe/Makefile b/packaging/windows-exe/Makefile
index 6abc7fa2fc..fad0eae5f5 100644
--- a/packaging/windows-exe/Makefile
+++ b/packaging/windows-exe/Makefile
@@ -3,7 +3,7 @@ ZIP_DIR = ../windows
else
ZIP_DIR = $(PACKAGES_DIR)
endif
-ZIP = $(notdir $(wildcard $(ZIP_DIR)/rabbitmq-server-windows-[0-9.]*.zip))
+ZIP = $(notdir $(wildcard $(ZIP_DIR)/rabbitmq-server-windows-$(VERSION).zip))
VERSION = $(patsubst rabbitmq-server-windows-%.zip,%,$(ZIP))