···2929# Note that the user running this script must be able to do make install in
3030# this given prefix directory. Also make sure that this given root dir
3131# exists.
3232-prefix="${RBDEV_PREFIX:-$TMP/local}"
3232+prefix="${RBDEV_PREFIX:-/usr/local}"
33333434# This directory is used to extract all files and to build everything in. It
3535# must not exist before this script is invoked (as a security measure).