aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-07-29 16:59:02 -0500
committerJack Nagel2014-07-29 16:59:02 -0500
commit9b6f83bdfac3bc92cbeda151510b5f05ceda3823 (patch)
tree482f33bbf832c5c7f661b61f92cd05198eb566c0 /Library
parent5216dd54b3b02a24394dc7d98aff09f82015c8a9 (diff)
downloadbrew-9b6f83bdfac3bc92cbeda151510b5f05ceda3823.tar.bz2
Use the library path constant to get the library path
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula_installer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb
index f21f15439..21fa8148e 100644
--- a/Library/Homebrew/formula_installer.rb
+++ b/Library/Homebrew/formula_installer.rb
@@ -490,7 +490,7 @@ class FormulaInstaller
args = %W[
nice #{RUBY_PATH}
-W0
- -I #{File.dirname(__FILE__)}
+ -I #{HOMEBREW_LIBRARY_PATH}
-rbuild
--
#{f.path}