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:
parent
a852c31c6c
commit
45c7fbb5ae
10 changed files with 66 additions and 66 deletions
|
@ -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@}.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue