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:
parent
e824dd6fe4
commit
ee4d01575e
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user