Commit 997c1d33 authored by Sam Stephenson's avatar Sam Stephenson
Browse files

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

parent 46cb81cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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