Merge pull request #18977 from Homebrew/clt-message
formula: update `pour_bottle?` CLT error message
This commit is contained in:
commit
9f48c5d40b
@ -4286,9 +4286,11 @@ class Formula
|
|||||||
lambda do |_|
|
lambda do |_|
|
||||||
on_macos do
|
on_macos do
|
||||||
T.bind(self, PourBottleCheck)
|
T.bind(self, PourBottleCheck)
|
||||||
reason(+<<~EOS)
|
reason(<<~EOS)
|
||||||
The bottle needs the Apple Command Line Tools to be installed.
|
The bottle needs the Xcode Command Line Tools to be installed at /Library/Developer/CommandLineTools.
|
||||||
You can install them, if desired, with:
|
Development tools provided by Xcode.app are not sufficient.
|
||||||
|
|
||||||
|
You can install the Xcode Command Line Tools, if desired, with:
|
||||||
xcode-select --install
|
xcode-select --install
|
||||||
EOS
|
EOS
|
||||||
satisfy { MacOS::CLT.installed? }
|
satisfy { MacOS::CLT.installed? }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user