Some cleaning
This commit is contained in:
parent
80453e215e
commit
c618632a70
4 changed files with 4 additions and 5 deletions
|
|
@ -4,4 +4,3 @@ AC_PATH_CONF="$AC_PATH_ROOT/conf"
|
|||
|
||||
AC_PATH_MODULES="$AC_PATH_ROOT/modules"
|
||||
|
||||
AC_PATH_CUSTOM=$(readlink -f "$AC_PATH_ROOT/../azth_custom")
|
||||
|
|
|
|||
|
|
@ -8,12 +8,12 @@ if [ -f "$AC_PATH_COMPILER/config.sh" ]; then
|
|||
source "$AC_PATH_COMPILER/config.sh" # should overwrite previous
|
||||
fi
|
||||
|
||||
function azth_on_after_build() {
|
||||
function ac_on_after_build() {
|
||||
# move the run engine
|
||||
cp -rvf "$AC_PATH_BIN/runners/"* "$INSTALL_PATH/bin/"
|
||||
}
|
||||
|
||||
registerHooks "ON_AFTER_BUILD" azth_on_after_build
|
||||
registerHooks "ON_AFTER_BUILD" ac_on_after_build
|
||||
|
||||
source "$AC_PATH_COMPILER/includes/defines.sh"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue