packaging/standalone: Remove temporary `expand` directory

... before we create the final archive. Otherwise, plugins are
duplicated and it wastes space.

[#141674113]
This commit is contained in:
Jean-Sébastien Pédron 2017-03-14 11:23:55 +01:00
parent ff51f24e43
commit 227921e821
No known key found for this signature in database
GPG Key ID: 39E99761A5FD94CC
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ dist:
mkdir -p $(RLS_DIR) mkdir -p $(RLS_DIR)
tar -C $(RLS_DIR) -xzf $(RABBITMQ_HOME)/rabbit.tar.gz tar -C $(RLS_DIR) -xzf $(RABBITMQ_HOME)/rabbit.tar.gz
rm -rf $(RLS_DIR)/lib/rabbit-$(VERSION)/plugins/expand
# add minimal boot file # add minimal boot file
cp $(ERTS_ROOT_DIR)/bin/start_clean.boot $(RLS_DIR)/releases/$(VERSION) cp $(ERTS_ROOT_DIR)/bin/start_clean.boot $(RLS_DIR)/releases/$(VERSION)