aboutsummaryrefslogtreecommitdiffstats
path: root/src/rlx_state.erl
diff options
context:
space:
mode:
authorJordan Wilberding <[email protected]>2015-01-14 16:26:07 -0800
committerJordan Wilberding <[email protected]>2015-01-14 16:26:07 -0800
commit9fc9a2f6556d8e86633c87a29db7dc9419005c48 (patch)
tree7770c070a3140fa288f5c89300d4845cec71802d /src/rlx_state.erl
parentab85c2365ad346d77aa425507df75733e4af01d8 (diff)
parent2dc924a4728177987c3e74f5c1e28d4b9fbc8e90 (diff)
downloadrelx-9fc9a2f6556d8e86633c87a29db7dc9419005c48.tar.gz
relx-9fc9a2f6556d8e86633c87a29db7dc9419005c48.tar.bz2
relx-9fc9a2f6556d8e86633c87a29db7dc9419005c48.zip
Merge pull request #294 from tsloughter/tar_system_libs
remove system libs from tarball if set to false
Diffstat (limited to 'src/rlx_state.erl')
-rw-r--r--src/rlx_state.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rlx_state.erl b/src/rlx_state.erl
index a21c9a6..f21b682 100644
--- a/src/rlx_state.erl
+++ b/src/rlx_state.erl
@@ -157,7 +157,7 @@ new(Config, CommandLineConfig, Targets)
realized_releases=ec_dictionary:new(ec_dict),
config_values=ec_dictionary:new(ec_dict)},
State1 = rlx_state:put(State0, default_libs, true),
- State2 = rlx_state:put(State1, system_libs, undefined),
+ State2 = rlx_state:put(State1, system_libs, true),
State3 = rlx_state:put(State2, overlay_vars, []),
create_logic_providers(State3).