Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Dec 8, 2023
1 parent 0a5d817 commit c24daa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Library/Homebrew/software_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,8 @@ def compatible_locations?(tag: Utils::Bottles.tag)
compatible_cellar = cellar == HOMEBREW_CELLAR.to_s || cellar_relocatable
compatible_prefix = prefix == HOMEBREW_PREFIX.to_s || prefix_relocatable

compatible_cellar && compatible_prefix
#compatible_cellar && compatible_prefix
true
end

# Does the {Bottle} this {BottleSpecification} belongs to need to be relocated?
Expand Down
2 changes: 1 addition & 1 deletion Library/Homebrew/tap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def install(quiet: false, clone_target: nil, force_auto_update: nil,

clear_cache

$stderr.ohai "Tapping #{name}" unless quiet
$stderr.ohai "Tapping #{name} from #{requested_remote}" unless quiet
args = %W[clone #{requested_remote} #{path}]

# Override possible user configs like:
Expand Down

0 comments on commit c24daa9

Please sign in to comment.