diff options
| author | Matthew Sackman <matthew@lshift.net> | 2010-02-11 14:57:06 +0000 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2010-02-11 14:57:06 +0000 |
| commit | 692d43f10c1d999edf02a5648ed5e5083e624abf (patch) | |
| tree | 7ae45d5a39c4d147ce91989ea0e594c665f65da2 | |
| parent | 3b94b84aef2a70e70b9f40673f628a9b2f9617b7 (diff) | |
| download | rabbitmq-server-git-692d43f10c1d999edf02a5648ed5e5083e624abf.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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/windows/Makefile b/packaging/windows/Makefile index f17fe77742..c9e818ac8b 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) |
