:-'Generic Commit'
This commit is contained in:
@ -12,13 +12,13 @@ if [ ! -f "${DROPSHELL_BUILD_DIR}/dropshell-build.sh" ]; then
|
||||
echo "Error: dropshell-build.sh not found"
|
||||
exit 1
|
||||
fi
|
||||
if [ ! -f "${DROPSHELL_BUILD_DIR}/install_host.sh" ]; then
|
||||
echo "Error: install_host.sh not found"
|
||||
if [ ! -f "${DROPSHELL_BUILD_DIR}/install_dropshell_build_host.sh" ]; then
|
||||
echo "Error: install_dropshell_build_host.sh not found"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# install host dependencies
|
||||
"${DROPSHELL_BUILD_DIR}/install_host.sh"
|
||||
"${DROPSHELL_BUILD_DIR}/install_dropshell_build_host.sh"
|
||||
|
||||
|
||||
# run the build script
|
||||
|
Reference in New Issue
Block a user