aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/rbenv.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/rbenv.rb b/Library/Formula/rbenv.rb
index e1742e8ec..34965878f 100644
--- a/Library/Formula/rbenv.rb
+++ b/Library/Formula/rbenv.rb
@@ -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'