diff options
-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"}. |