diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2017-09-26 12:53:46 +0200 |
---|---|---|
committer | Yehonal <yehonal.azeroth@gmail.com> | 2017-09-26 12:53:46 +0200 |
commit | eb78254579e07a3da84e984af1917846dbb2d46c (patch) | |
tree | c4007f64c0d4dc3912aec544a63157760b603b3c /conf | |
parent | c85b1b591e7a3fde24c1ed7e4655adc54c844bfb (diff) |
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
Diffstat (limited to 'conf')
-rw-r--r-- | conf/config.sh.dist | 6 |
1 files changed, 3 insertions, 3 deletions
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/" ############################################## # |