dev-cmd/bottle: fix libarchive installed check.
Used now-removed old method name.
This commit is contained in:
parent
3156b531d0
commit
965dbaa172
@ -271,7 +271,7 @@ module Homebrew
|
||||
return [].freeze
|
||||
end
|
||||
|
||||
unless libarchive.installed?
|
||||
unless libarchive.any_version_installed?
|
||||
ohai "Installing `libarchive` for bottling..."
|
||||
safe_system HOMEBREW_BREW_FILE, "install", "--formula", libarchive.full_name
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user