diff options
author | yehonal <yehonal.azeroth@gmail.com> | 2016-09-23 20:14:26 +0200 |
---|---|---|
committer | Yehonal <yehonal.azeroth@gmail.com> | 2016-09-24 14:46:02 +0200 |
commit | e06bdd213293a29370640356694704b47d5c9770 (patch) | |
tree | 825d8450b7af3ae574f21dae75101cf061dc7ee0 /bin | |
parent | 0eca04f18bcdb1d2a4f41b0a6566669d512a9175 (diff) |
bin folder creation for startup-scripts on after_build event
Diffstat (limited to 'bin')
-rw-r--r-- | bin/compiler/includes/includes.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/compiler/includes/includes.sh b/bin/compiler/includes/includes.sh index feafef6f63..4383caf84b 100644 --- a/bin/compiler/includes/includes.sh +++ b/bin/compiler/includes/includes.sh @@ -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/" } |