summaryrefslogtreecommitdiff
path: root/strata/erlang/rebar.morph
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-12 10:17:41 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-12 10:29:21 +0000
commit24ae9235a5be5db1de379dfc65828269552eecef (patch)
treeaa982e5e21ec0f9886bbe2aad4737e1620413bf9 /strata/erlang/rebar.morph
parent1319309d3ff4eb85cb0e7e6cb178cb56ff116524 (diff)
downloaddefinitions-24ae9235a5be5db1de379dfc65828269552eecef.tar.gz
Add erlang-sd_notify and rebar to the erlang stratumbaserock/franred/add-erlang-sd_notify
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.
Diffstat (limited to 'strata/erlang/rebar.morph')
-rw-r--r--strata/erlang/rebar.morph6
1 files changed, 6 insertions, 0 deletions
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