|
|
@ -112,7 +112,7 @@ do |
|
|
|
cd ${!COMPONENT_SOURCES_DIR_VARIABLE} |
|
|
|
cd ${!COMPONENT_SOURCES_DIR_VARIABLE} |
|
|
|
|
|
|
|
|
|
|
|
# and executing the component-specific build script |
|
|
|
# and executing the component-specific build script |
|
|
|
${SCRIPTS_DIR}/${COMPONENT}/build.sh |
|
|
|
source ${SCRIPTS_DIR}/${COMPONENT}/build.sh |
|
|
|
|
|
|
|
|
|
|
|
# Returning to the root directory. Just in case. |
|
|
|
# Returning to the root directory. Just in case. |
|
|
|
cd ${BASE_DIR} |
|
|
|
cd ${BASE_DIR} |
|
|
|