Skip to content

Commit

Permalink
rbenv: use HOMEBREW_PREFIX.
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#17778.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
cdlm authored and MikeMcQuaid committed Feb 12, 2013
1 parent eb9a7a0 commit bb65c79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/rbenv.rb
Expand Up @@ -8,6 +8,7 @@ class Rbenv < Formula
head 'https://github.com/sstephenson/rbenv.git'

def install
inreplace 'libexec/rbenv', '/usr/local', HOMEBREW_PREFIX
prefix.install Dir['*']

var_lib = var/'lib/rbenv'
Expand Down

0 comments on commit bb65c79

Please sign in to comment.