From 24ae9235a5be5db1de379dfc65828269552eecef Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Thu, 12 Feb 2015 10:17:41 +0000 Subject: Add erlang-sd_notify and rebar to the erlang stratum erlang-sd_notify is a package which allows erlang services to use notify type in their systemd units. This will be required to synchronize rabbitmq-server and rabbitmq-controller. rebar is an erlang compiler. --- strata/erlang/rebar.morph | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 strata/erlang/rebar.morph (limited to 'strata/erlang/rebar.morph') diff --git a/strata/erlang/rebar.morph b/strata/erlang/rebar.morph new file mode 100644 index 00000000..3a6134c0 --- /dev/null +++ b/strata/erlang/rebar.morph @@ -0,0 +1,6 @@ +name: erlang +kind: chunk +build-commands: +- ./bootstrap +install-commands: +- install -D -m 755 rebar "$DESTDIR$PREFIX"/bin/rebar -- cgit v1.2.1