summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2010-02-11 14:57:06 +0000
committerMatthew Sackman <matthew@lshift.net>2010-02-11 14:57:06 +0000
commit0ca723b51fb2b51f62312c0027efd5e1c7c3d181 (patch)
tree7ae45d5a39c4d147ce91989ea0e594c665f65da2
parent9011e2d806a2c9a86443718ba146c5509ee174d5 (diff)
downloadrabbitmq-server-0ca723b51fb2b51f62312c0027efd5e1c7c3d181.tar.gz
unix2dos has gone away on some systems, and was always an alias for todos anyway (well actually fromdos) so todos should work on all systems currently
-rw-r--r--packaging/windows/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/windows/Makefile b/packaging/windows/Makefile
index f17fe777..c9e818ac 100644
--- a/packaging/windows/Makefile
+++ b/packaging/windows/Makefile
@@ -22,7 +22,7 @@ dist:
mv $(SOURCE_DIR) $(TARGET_DIR)
pod2text --loose rabbitmq-service.pod $(TARGET_DIR)/readme-service.txt
- unix2dos $(TARGET_DIR)/readme-service.txt
+ todos $(TARGET_DIR)/readme-service.txt
zip -r $(TARGET_ZIP).zip $(TARGET_DIR)
rm -rf $(TARGET_DIR)