1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-29 18:50:08 +03:00

M #⨪: Do not abort install gems if unkown platform

This helps for non supported distributions that may install build
dependencies manually
This commit is contained in:
Ruben S. Montero 2023-06-28 12:26:47 +02:00
parent e824dd6fe4
commit ee4d01575e
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -83,8 +83,7 @@ case "${TARGET}" in
>/dev/null
;;
*)
echo "ERROR: Unknown target ${TARGET}" >&2
exit 1
echo "Unknown target ${TARGET}. Skipping build dependencies" >&2
;;
esac