mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
Bash: Various improvement for compiler and db_assembler
Now db_assembler also creates the users specified in conf.sh files if not exists + Simplified some paths for compilation
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
SRCPATH="$AC_PATH_ROOT"
|
||||
|
||||
# absolute path where build files must be stored
|
||||
BUILDPATH="$AC_PATH_ROOT/build/"
|
||||
BUILDPATH="$AC_PATH_ROOT/build/obj"
|
||||
|
||||
# absolute path where binary files must be stored
|
||||
BINPATH="$AC_PATH_ROOT/build/bin/"
|
||||
BINPATH="$AC_PATH_ROOT/build/dist"
|
||||
|
||||
# absolute path where config. files must be stored
|
||||
CONFDIR="$AC_PATH_ROOT/build/bin/etc/"
|
||||
CONFDIR="$AC_PATH_ROOT/build/dist/etc/"
|
||||
|
||||
##############################################
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user