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:
parent
ff51f24e43
commit
227921e821
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue