forked from Lainports/opnsense-ports
16 lines
687 B
Text
16 lines
687 B
Text
--- rel/reltool.config.orig 2014-12-04 17:55:03 UTC
|
|
+++ rel/reltool.config
|
|
@@ -37,8 +37,12 @@
|
|
{boot_rel, "riak"},
|
|
{profile, embedded},
|
|
{excl_sys_filters, ["^bin/.*",
|
|
- "^erts.*/bin/(dialyzer|typer)"]},
|
|
+ "^erts.*/bin/(dialyzer|typer)",
|
|
+ "^erts.*/bin/(dialyzer|typer)",
|
|
+ "^erts.*/doc",
|
|
+ "^erts.*/man"]},
|
|
{excl_archive_filters, [".*"]},
|
|
+ {app, mnesia, [{incl_app_filters, ["ebin/*"]}]},
|
|
{app, cluster_info, [{incl_cond, include}]},
|
|
{app, erlang_js, [{incl_cond, include}]},
|
|
{app, ebloom, []},
|