diff options
| author | Jack Nagel | 2014-07-29 16:59:02 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-07-29 16:59:02 -0500 | 
| commit | 9b6f83bdfac3bc92cbeda151510b5f05ceda3823 (patch) | |
| tree | 482f33bbf832c5c7f661b61f92cd05198eb566c0 /Library | |
| parent | 5216dd54b3b02a24394dc7d98aff09f82015c8a9 (diff) | |
| download | brew-9b6f83bdfac3bc92cbeda151510b5f05ceda3823.tar.bz2 | |
Use the library path constant to get the library path
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula_installer.rb | 2 | 
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}  | 
