rabbitmq-dist.mk: Exclude `ebin/dep_built` from plugin packaging

This is a state file for Erlang.mk only.
This commit is contained in:
Jean-Sébastien Pédron 2020-08-11 16:19:19 +02:00 committed by Michael Klishin
parent f59db9f8a6
commit 32be18d42a
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ $(ERLANGMK_DIST_EZS):
$(verbose) rm -rf $(EZ_DIR) $(EZ)
$(verbose) mkdir -p $(EZ_DIR)
$(dist_verbose) $(RSYNC) -a $(RSYNC_V) \
--exclude '/ebin/dep_built' \
--exclude '/ebin/test' \
--include '/ebin/***' \
--include '/include/***' \