Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gcm: remove prefix differentiation #72

Merged
merged 1 commit into from
Dec 8, 2022
Merged

gcm: remove prefix differentiation #72

merged 1 commit into from
Dec 8, 2022

Conversation

ldennington
Copy link
Contributor

While Homebrew changed its prefix on Apple Silicon from /usr/local to /opt/homebrew, we actually did not need to follow suit for the following reasons:

  1. We’re a cask and installed via .pkg, so we don’t have to be limited to set install directories.
  2. It’s simpler to /usr/local/share for all supported architectures.
  3. Similar tools use this path, like powershell and dotnet.

Thus, removing the prefix differentiation with this change.

Fixes #70

While Homebrew changed its prefix on Apple Silicon from /usr/local to
/opt/homebrew, we actually did not need to follow suit for the following
reasons:

1. We’re a cask and installed via .pkg, so we don’t have to be limited to
set install directories.
2. It’s simpler to /usr/local/share for all supported architectures.
3. Similar tools use this path, like powershell and dotnet.

Thus, removing the prefix differentiation with this change.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot upgrade "git-credential-manager-core" from 2.0.785 to 2.0.877
2 participants