diff options
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/macports/Makefile | 4 | ||||
| -rw-r--r-- | packaging/windows/Makefile | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/packaging/macports/Makefile b/packaging/macports/Makefile index 243864e1f1..d5633955b9 100644 --- a/packaging/macports/Makefile +++ b/packaging/macports/Makefile @@ -38,10 +38,6 @@ macports: dirs $(DEST)/Portfile sed -i -e 's|@SU_RABBITMQ_SH_C@|sudo -E -u rabbitmq -H /bin/sh -c|' \ $(DEST)/files/rabbitmq-script-wrapper cp patch-org.macports.rabbitmq-server.plist.diff $(DEST)/files - -# This target ssh's into the OSX host in order to finalize the -# macports repo -macports_index: if [ -n "$(MACPORTS_USERHOST)" ] ; then \ tar cf - -C $(MACPORTS_DIR) . | ssh $(SSH_OPTS) lshift@macrabbit ' \ d="/tmp/mkportindex.$$$$" ; \ 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) |
