From 878dc8ccf74dc4d27bced0666329c56f1120af58 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Fri, 20 Jan 2012 17:21:55 +0100 Subject: Simplify excl_sys_filters --- priv/templates/simplenode.reltool.config | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'priv/templates/simplenode.reltool.config') 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}]}, -- cgit v1.1