summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
Diffstat (limited to 'packaging')
-rw-r--r--packaging/windows/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/windows/Makefile b/packaging/windows/Makefile
index 3d019c319d..b052f40a0c 100644
--- a/packaging/windows/Makefile
+++ b/packaging/windows/Makefile
@@ -21,7 +21,7 @@ dist:
mv $(SOURCE_DIR) $(TARGET_DIR)
pod2text --loose $(TOP_DIR)/rabbitmq-service.pod $(TARGET_DIR)/readme-service.txt
- unix2dos $(TARGET_DIR)/rabbitmq-service.txt
+ unix2dos $(TARGET_DIR)/readme-service.txt
zip -r $(TARGET_ZIP).zip $(TARGET_DIR)
rm -rf $(TARGET_DIR)