Commit 997c1d33 by Sam Stephenson

Use ~/.rbenv/sources instead of ~/.rbenv/srcs

parent 46cb81cc
......@@ -24,7 +24,7 @@ case "$DEFINITION" in
exit 1
;;
"-k" | "--keep" )
[ -z "${RBENV_BUILD_ROOT}" ] && RBENV_BUILD_ROOT="${RBENV_ROOT}/srcs"
[ -z "${RBENV_BUILD_ROOT}" ] && RBENV_BUILD_ROOT="${RBENV_ROOT}/sources"
RUBY_BUILD_OPTIONS+=" -k"
;;
esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment