From 36b6b7a393a6ad908c38d54530baebc3b4bd08fa Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Fri, 20 Jan 2012 17:30:50 +0100 Subject: Fix order in erts exclusion filter --- priv/templates/simplenode.reltool.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'priv/templates') 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}]}, -- cgit v1.1