Fixed compilation after dir rework

This commit is contained in:
Yehonal
2017-10-13 19:22:30 +02:00
parent b24a2ea13e
commit c64f8d8e82
75 changed files with 276 additions and 938 deletions

View File

@@ -10,7 +10,7 @@ fi
function ac_on_after_build() {
# move the run engine
cp -rvf "$AC_PATH_MODULES/acore/startup-scripts/"* "$BINPATH"
cp -rvf "$AC_PATH_APPS/startup-scripts/"* "$BINPATH"
}
registerHooks "ON_AFTER_BUILD" ac_on_after_build