mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +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
|
@ -2,10 +2,10 @@ echo -n "===> Preparing dev configuration files: "
|
|||
|
||||
PWD_DIR=`pwd`
|
||||
REL_DIR=$PWD_DIR/_build/dev/rel/ejabberd/
|
||||
CON_DIR=$REL_DIR/etc/ejabberd/
|
||||
CON_DIR=$REL_DIR/conf/
|
||||
|
||||
[ -z "$REL_DIR_TEMP" ] && REL_DIR_TEMP=$REL_DIR
|
||||
CON_DIR_TEMP=$REL_DIR_TEMP/etc/ejabberd/
|
||||
CON_DIR_TEMP=$REL_DIR_TEMP/conf/
|
||||
BIN_DIR_TEMP=$REL_DIR_TEMP/bin/
|
||||
|
||||
cd $CON_DIR_TEMP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue