diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-01-20 17:21:55 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-01-20 17:26:49 +0100 |
commit | 878dc8ccf74dc4d27bced0666329c56f1120af58 (patch) | |
tree | d3fb12c823d8884c8ec0a9eac2a8fbde626819f6 /priv | |
parent | 2a5320fbd6592b8250a23a652b28ce80fec8758e (diff) |
Simplify excl_sys_filters
Diffstat (limited to 'priv')
-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}]}, |