From d2cd7ffdf2ae363bc6611d1130654e377f58636d Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Wed, 27 May 2015 20:35:18 +0800 Subject: build: use Formula#full_name --- Library/Homebrew/build.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/build.rb b/Library/Homebrew/build.rb index 0aa809934..0c890c346 100644 --- a/Library/Homebrew/build.rb +++ b/Library/Homebrew/build.rb @@ -160,7 +160,7 @@ class Build end Keg.new(path).optlink rescue StandardError - raise "#{f.opt_prefix} not present or broken\nPlease reinstall #{f.name}. Sorry :(" + raise "#{f.opt_prefix} not present or broken\nPlease reinstall #{f.full_name}. Sorry :(" end end -- cgit v1.2.3