From 7a62265786f351ca3f90bf4c5ef71fc382c95b5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 28 Oct 2016 17:50:31 +0300 Subject: Add sasl and runtime_tools to the default relx.config --- plugins/bootstrap.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/bootstrap.mk b/plugins/bootstrap.mk index d85f6e8..f864861 100644 --- a/plugins/bootstrap.mk +++ b/plugins/bootstrap.mk @@ -93,7 +93,7 @@ stop(_State) -> endef define bs_relx_config -{release, {$p_release, "1"}, [$p]}. +{release, {$p_release, "1"}, [$p, sasl, runtime_tools]}. {extended_start_script, true}. {sys_config, "rel/sys.config"}. {vm_args, "rel/vm.args"}. -- cgit v1.2.3