diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-08-23 16:38:41 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-08-23 16:38:41 -0400 |
commit | e81b4ea5338c5d1ceeab0019c0afe63936b964b6 (patch) | |
tree | afd3cbe9d2c54300dcd957320ef8f0d3981fd7ea | |
parent | 26db58cede8c30946dee567268c2d9b4fcea0523 (diff) |
remove erl_call from release
-rw-r--r-- | .rebar/templates/production.template | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.rebar/templates/production.template b/.rebar/templates/production.template index 7f5e6db8..ef367fc2 100644 --- a/.rebar/templates/production.template +++ b/.rebar/templates/production.template @@ -6,5 +6,3 @@ {template, "./Makefile", "Makefile"}. {template, "./etc/default.ini", "rel/overlay/etc/default.ini"}. {file, "rebar.config", "rebar.config"}. -{file, "/usr/local/lib/erlang/lib/erl_interface-3.6.5/bin/erl_call", "rel/overlay/erts-vsn/bin/erl_call"}. -{chmod, 8#755, "rel/overlay/erts-vsn/bin/erl_call"}. |