1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 01:39:35 +02:00

Switch "make rel" and "make dev" to paths: conf, database, logs

This commit is contained in:
Badlop 2022-04-25 12:46:48 +02:00
parent a852c31c6c
commit 45c7fbb5ae
10 changed files with 66 additions and 66 deletions

View file

@ -59,6 +59,11 @@
{libdir, "{{release_dir}}/lib"}.
{docdir, "{{release_dir}}/doc"}.
%% OTP release
{config_dir, "{{release_dir}}/conf"}.
{logs_dir, "{{release_dir}}/logs"}.
{spool_dir, "{{release_dir}}/database"}.
{latest_deps, @latest_deps@}.
{system_deps, @system_deps@}.