From eb78254579e07a3da84e984af1917846dbb2d46c Mon Sep 17 00:00:00 2001 From: Yehonal Date: Tue, 26 Sep 2017 12:53:46 +0200 Subject: 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 --- conf/config.sh.dist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf') diff --git a/conf/config.sh.dist b/conf/config.sh.dist index ad0f4826bc..5aeff93dfc 100644 --- a/conf/config.sh.dist +++ b/conf/config.sh.dist @@ -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/" ############################################## # -- cgit v1.2.3