bin folder creation for startup-scripts on after_build event

This commit is contained in:
yehonal
2016-09-23 20:14:26 +02:00
committed by Yehonal
parent 0eca04f18b
commit e06bdd2132

View File

@@ -10,6 +10,7 @@ fi
function ac_on_after_build() {
# move the run engine
mkdir -p "$INSTALL_PATH/bin/"
cp -rvf "$AC_PATH_MODULES/acore/startup-scripts/"* "$INSTALL_PATH/bin/"
}