summaryrefslogtreecommitdiff
path: root/priv/templates
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-01-20 17:30:50 +0100
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-01-20 17:30:50 +0100
commit36b6b7a393a6ad908c38d54530baebc3b4bd08fa (patch)
treed696c0c837b39333818fa96b8856bc6aa8e929d7 /priv/templates
parent8ce8affa11fadcd268954321801bed7222429a48 (diff)
Fix order in erts exclusion filter
Diffstat (limited to 'priv/templates')
-rw-r--r--priv/templates/simplenode.reltool.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/simplenode.reltool.config b/priv/templates/simplenode.reltool.config
index debb8cf..c03d4f1 100644
--- a/priv/templates/simplenode.reltool.config
+++ b/priv/templates/simplenode.reltool.config
@@ -19,7 +19,7 @@
{incl_cond, exclude},
{excl_archive_filters, [".*"]}, %% Do not archive built libs
{excl_sys_filters, ["^bin/.*", "^erts.*/bin/(dialyzer|typer)",
- "^erts.*/(doc|info|man|src|lib|include)"]},
+ "^erts.*/(doc|info|include|lib|man|src)"]},
{excl_app_filters, ["\.gitignore"]},
{app, sasl, [{incl_cond, include}]},
{app, stdlib, [{incl_cond, include}]},