build: use Formula#full_name

This commit is contained in:
Xu Cheng 2015-05-27 20:35:18 +08:00
parent 10bc99ff7b
commit d2cd7ffdf2

View File

@ -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