diff options
| author | Matthias Radestock <matthias@lshift.net> | 2010-02-12 11:29:21 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2010-02-12 11:29:21 +0000 |
| commit | dc574a8ef52dd292084dedfc0692665285f3a7a7 (patch) | |
| tree | 6155a3c078624d4e36f9ff0d337e48f084f2bd38 /packaging | |
| parent | 94fb9309966e6aab82d2514027d873865f02ae9b (diff) | |
| parent | 0cf466290e35a3dc97a9541d0850a457c1c73a6a (diff) | |
| download | rabbitmq-server-git-dc574a8ef52dd292084dedfc0692665285f3a7a7.tar.gz | |
merge heads
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) |
