Update erlang-client paths.
This commit is contained in:
parent
a4b64d3206
commit
39ef4651c2
4
Makefile
4
Makefile
@ -55,8 +55,8 @@ clean::
|
|||||||
EVER=$(RABBITVER)
|
EVER=$(RABBITVER)
|
||||||
erlang/.ok:
|
erlang/.ok:
|
||||||
(cd erlang && \
|
(cd erlang && \
|
||||||
wget -qc $(R)/plugins/v$(EVER)/rabbit_common-$(EVER).ez \
|
wget -qc $(R)/rabbitmq-erlang-client/v$(EVER)/rabbit_common-$(EVER).ez \
|
||||||
$(R)/plugins/v$(EVER)/amqp_client-$(EVER).ez && \
|
$(R)/rabbitmq-erlang-client/v$(EVER)/amqp_client-$(EVER).ez && \
|
||||||
unzip -q rabbit_common-$(EVER).ez && \
|
unzip -q rabbit_common-$(EVER).ez && \
|
||||||
ln -s rabbit_common-$(EVER) rabbit_common && \
|
ln -s rabbit_common-$(EVER) rabbit_common && \
|
||||||
unzip -q amqp_client-$(EVER).ez && \
|
unzip -q amqp_client-$(EVER).ez && \
|
||||||
|
Loading…
Reference in New Issue
Block a user