build: use Formula#full_name
This commit is contained in:
parent
10bc99ff7b
commit
d2cd7ffdf2
@ -160,7 +160,7 @@ class Build
|
|||||||
end
|
end
|
||||||
Keg.new(path).optlink
|
Keg.new(path).optlink
|
||||||
rescue StandardError
|
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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user