diff options
author | Loïc Hoguin <[email protected]> | 2018-11-28 15:10:54 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-11-28 15:10:54 +0100 |
commit | e78e76c701c4554295ddfd6083b7aa54a378c6a9 (patch) | |
tree | 43f8945e267f7c710285a88366ffdfc8a562cf9a /test | |
parent | 3803446bcd539205af129cc5776ca4034e356629 (diff) | |
download | erlang.mk-e78e76c701c4554295ddfd6083b7aa54a378c6a9.tar.gz erlang.mk-e78e76c701c4554295ddfd6083b7aa54a378c6a9.tar.bz2 erlang.mk-e78e76c701c4554295ddfd6083b7aa54a378c6a9.zip |
Rename the rel/ directory to config/ by default
Diffstat (limited to 'test')
-rw-r--r-- | test/plugin_bootstrap.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |