standalone/src/rabbit_release.erl: Copy `escript` directory to the archive

This commit is contained in:
Jean-Sébastien Pédron 2017-01-17 14:38:44 +01:00 committed by Gerhard Lazu
parent ba5bc15ac4
commit ef9f46397f
1 changed files with 2 additions and 1 deletions

View File

@ -86,7 +86,8 @@ start() ->
make_tar(Release, RabbitHome) ->
systools:make_tar(Release,
[
{dirs, [docs, etc, include, plugins, sbin, share]},
{dirs,
[docs, escript, etc, include, plugins, sbin, share]},
{erts, code:root_dir()},
{outdir, RabbitHome}
]).