From 9b6f83bdfac3bc92cbeda151510b5f05ceda3823 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 29 Jul 2014 16:59:02 -0500 Subject: [PATCH] Use the library path constant to get the library path --- Library/Homebrew/formula_installer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index f21f15439e..21fa8148e3 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}