Some cleaning

This commit is contained in:
Yehonal
2016-08-11 20:36:42 +02:00
parent 80453e215e
commit c618632a70
4 changed files with 4 additions and 5 deletions

View File

@@ -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")

View File

@@ -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"