rbenv: recommend ruby-build.
This commit is contained in:
parent
fcf1da3661
commit
2064e1b4cb
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ class Rbenv < Formula
|
|||
|
||||
head "https://github.com/sstephenson/rbenv.git"
|
||||
|
||||
depends_on "ruby-build" => :recommended
|
||||
|
||||
def install
|
||||
inreplace "libexec/rbenv", "/usr/local", HOMEBREW_PREFIX
|
||||
prefix.install Dir["*"]
|
||||
|
|
Loading…
Reference in a new issue