From 3309126c881d1afed807313c7755f288a38fa995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20=C3=81lvaro?= Date: Sun, 6 Aug 2023 10:04:17 +0200 Subject: [PATCH] changelog: Add changelog for PR #64924 --- changelog/64924.fixed.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/64924.fixed.md diff --git a/changelog/64924.fixed.md b/changelog/64924.fixed.md new file mode 100644 index 000000000000..dc6bef558120 --- /dev/null +++ b/changelog/64924.fixed.md @@ -0,0 +1,7 @@ +Fix the way Salt tries to get the Homebrew's prefix + +The first attempt to get the Homebrew's prefix is to look for +the `HOMEBREW_PREFIX` environment variable. If it's not set, then +Salt tries to get the prefix from the `brew` command. However, the +`brew` command can failed. So a last attempt is made to get the +prefix by guessing the installation path.