summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-07-10 12:48:43 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-08-11 18:47:25 +0200
commit563607bc02890b0511e85d51d52de96597d86efa (patch)
treefb18bc49a980b57e7db41538abedc0a1d1148f30 /rebar.config
parent795f9345a708069134a9a616a6659e97ea5d66b1 (diff)
downloadrebar-563607bc02890b0511e85d51d52de96597d86efa.tar.gz
Change escript zip archive creation as suggested by Siri Hansen
1. manually insert directory entries to work around issues fixed in R15B02 erl_prim_loader 2. put the escript archive's beams in appname/appname/ebin Tested with R13B03 and R15B01.
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config1
1 files changed, 0 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index e9252fa..0f823c9 100644
--- a/rebar.config
+++ b/rebar.config
@@ -2,7 +2,6 @@
%% ex: ts=4 sw=4 ft=erlang et
{app_bin, ["priv/rebar"]}.
-{escript_emu_args, "%%! -noshell -noinput\n"}.
%% escript_incl_extra is for internal rebar-private use only.
%% Do not use outside rebar. Config interface is not stable.
{escript_incl_extra, [{"priv/templates/*", "."}]}.