From 227921e8216dcd6aefbf51b91bba1f16ae372f99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20P=C3=A9dron?= Date: Tue, 14 Mar 2017 11:23:55 +0100 Subject: [PATCH] packaging/standalone: Remove temporary `expand` directory ... before we create the final archive. Otherwise, plugins are duplicated and it wastes space. [#141674113] --- packaging/standalone/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/standalone/Makefile b/packaging/standalone/Makefile index ce81e3a142..f3ef3ac88d 100644 --- a/packaging/standalone/Makefile +++ b/packaging/standalone/Makefile @@ -70,6 +70,7 @@ dist: mkdir -p $(RLS_DIR) tar -C $(RLS_DIR) -xzf $(RABBITMQ_HOME)/rabbit.tar.gz + rm -rf $(RLS_DIR)/lib/rabbit-$(VERSION)/plugins/expand # add minimal boot file cp $(ERTS_ROOT_DIR)/bin/start_clean.boot $(RLS_DIR)/releases/$(VERSION)