summaryrefslogtreecommitdiff
path: root/packaging/windows
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-20 14:33:50 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-20 14:33:50 +0100
commit8c23702334b44e85b3c3372bdd90d391db30e6f7 (patch)
treede9a21728a45e3121d98cae756ef658f4462fb12 /packaging/windows
parent44b42292fb13a76351a90b29e2d4869bdc028a3d (diff)
downloadrabbitmq-server-git-8c23702334b44e85b3c3372bdd90d391db30e6f7.tar.gz
permission tweaks
Diffstat (limited to 'packaging/windows')
-rw-r--r--packaging/windows/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/packaging/windows/Makefile b/packaging/windows/Makefile
index 9617d830ce..6abcafc543 100644
--- a/packaging/windows/Makefile
+++ b/packaging/windows/Makefile
@@ -18,19 +18,18 @@ dist:
rm -f $(SOURCE_DIR)/README
rm -rf $(SOURCE_DIR)/docs
rm -rf $(SOURCE_DIR)/src
- rm -rf $(SOURCE_DIR)/plugins-src
rm -rf $(SOURCE_DIR)/dist
mv $(SOURCE_DIR) $(TARGET_DIR)
mkdir -p $(TARGET_DIR)
mkdir -p $(TARGET_DIR)/plugins
echo Put your .ez plugin files in this directory > $(TARGET_DIR)/plugins/README.txt
- mv $(TARGET_DIR)/plugins-src/README $(TARGET_DIR)/plugins-src/README.txt
+ mv $(TARGET_DIR)/plugins-src/README $(TARGET_DIR)/plugins-dist/README.txt
xmlto -o . xhtml-nochunks ../../docs/rabbitmq-service.xml
elinks -dump -no-references -no-numbering rabbitmq-service.html \
> $(TARGET_DIR)/readme-service.txt
todos $(TARGET_DIR)/readme-service.txt
- rm -f $(TARGET_DIR)/plugins-src/rabbitmq-server
+ rm -rf $(TARGET_DIR)/plugins-src
zip -q -r $(TARGET_ZIP).zip $(TARGET_DIR)
rm -rf $(TARGET_DIR) rabbitmq-service.html