diff --git a/lib/functions/detectFiles.sh b/lib/functions/detectFiles.sh index c52581d4..581af0de 100755 --- a/lib/functions/detectFiles.sh +++ b/lib/functions/detectFiles.sh @@ -493,7 +493,7 @@ function RunAdditionalInstalls() { ############################## debug "INSTALL_CMD:[${INSTALL_CMD}]" if [ "${ERROR_CODE}" -ne 0 ]; then - fatal "ERROR: Failed to install the build package at:[${BUILD_PKG}]" + warn "ERROR: Failed to install the build package at:[${BUILD_PKG}]" fi fi fi