toolchains: Correct bad default path for toolchain PREFIX

Change-Id: Ib4e91f72a4e1b4eae123f676610045309a891309
This commit is contained in:
Solomon Peachy 2025-02-08 10:57:31 -05:00
parent 0847bcc110
commit 3b850e0c6f

View file

@ -29,7 +29,7 @@ dlwhere="${RBDEV_DOWNLOAD:-$TMP/rbdev-dl}"
# Note that the user running this script must be able to do make install in
# this given prefix directory. Also make sure that this given root dir
# exists.
prefix="${RBDEV_PREFIX:-$TMP/local}"
prefix="${RBDEV_PREFIX:-/usr/local}"
# This directory is used to extract all files and to build everything in. It
# must not exist before this script is invoked (as a security measure).