From 9b6f83bdfac3bc92cbeda151510b5f05ceda3823 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 29 Jul 2014 16:59:02 -0500 Subject: Use the library path constant to get the library path --- Library/Homebrew/formula_installer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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} -- cgit v1.2.3