From e78e76c701c4554295ddfd6083b7aa54a378c6a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 28 Nov 2018 15:10:54 +0100 Subject: Rename the rel/ directory to config/ by default --- test/plugin_bootstrap.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/plugin_bootstrap.mk') diff --git a/test/plugin_bootstrap.mk b/test/plugin_bootstrap.mk index 1b2915c..ec71388 100644 --- a/test/plugin_bootstrap.mk +++ b/test/plugin_bootstrap.mk @@ -204,8 +204,8 @@ bootstrap-rel: build clean $i "Check that all bootstrapped files exist" $t test -f $(APP)/Makefile $t test -f $(APP)/relx.config - $t test -f $(APP)/rel/sys.config - $t test -f $(APP)/rel/vm.args + $t test -f $(APP)/config/sys.config + $t test -f $(APP)/config/vm.args ifdef LEGACY $t test -f $(APP)/src/$(APP).app.src endif -- cgit v1.2.3