summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorMagnus <mfeuer@jaguarlandrover.com>2014-09-08 16:59:57 -0700
committerMagnus <mfeuer@jaguarlandrover.com>2014-09-08 16:59:57 -0700
commitc502d6b47828d9be9122dd40cfd570cc186a28d2 (patch)
tree3fb5de196aeb377855d6f1b2f2c63337e6efcba8 /rebar.config
parent807891c30c5b019aa45b4d4a09dbde06fd11e224 (diff)
downloadrvi_core-c502d6b47828d9be9122dd40cfd570cc186a28d2.tar.gz
Now build installable releases
Signed-off-by: Magnus <mfeuer@jaguarlandrover.com>
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config
index 02d2bae..f4b875b 100644
--- a/rebar.config
+++ b/rebar.config
@@ -4,6 +4,8 @@
%% Top level app that controls other apps.
%%
{erl_opts, [debug_info]}.
+{lib_dirs, ["deps"]}.
+{sub_dirs, ["rel"]}.
{deps,
[
{setup, ".*", {git, "https://github.com/uwiger/setup.git", "HEAD"}},