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
commit31e7bf2d52f17a376dc5ad0aa82cb834f4129ee8 (patch)
tree9e773031c7b2cf73467b3b735a3c045e677ef8d7 /Library
parent88be10455ae5209201d488c73c3e398b6b236136 (diff)
downloadhomebrew-31e7bf2d52f17a376dc5ad0aa82cb834f4129ee8.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}