rabbitmq / rabbitmq-common

Common library used by rabbitmq-server and rabbitmq-erlang-client
Other
66 stars 112 forks source link

rabbitmq-dist.mk: Fix `install-cli-scripts` when rabbit is top-level #370

Closed dumbbell closed 4 years ago

dumbbell commented 4 years ago

In other words, if instead of cloning the Umbrella, one cloned rabbitmq-server directly, the install-cli-scripts recipe would fail to copy the scripts because it assumed rabbit was under $(DEPS_DIR).

Now expected places are checked and an error is emitted if the recipe can't find the right one.