diff options
Diffstat (limited to 'priv/templates')
-rw-r--r-- | priv/templates/simplenode.reltool.config | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/priv/templates/simplenode.reltool.config b/priv/templates/simplenode.reltool.config index 847680d..debb8cf 100644 --- a/priv/templates/simplenode.reltool.config +++ b/priv/templates/simplenode.reltool.config @@ -18,10 +18,8 @@ {profile, embedded}, {incl_cond, exclude}, {excl_archive_filters, [".*"]}, %% Do not archive built libs - {excl_sys_filters, ["^bin/.*", "^erts.*/doc", "^erts.*/src", - "^erts.*/info", "^erts.*/man", - "^erts.*/lib", "^erts.*/include", - "^erts.*/bin/(dialyzer|typer)"]}, + {excl_sys_filters, ["^bin/.*", "^erts.*/bin/(dialyzer|typer)", + "^erts.*/(doc|info|man|src|lib|include)"]}, {excl_app_filters, ["\.gitignore"]}, {app, sasl, [{incl_cond, include}]}, {app, stdlib, [{incl_cond, include}]}, |