Skip to content
Snippets Groups Projects
Unverified Commit 9519df37 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #5577 from MikeMcQuaid/vim-relocatable-fix

bottle: detect vim's lack of relocatableness.
parents bc81d747 88b98969
No related branches found
No related tags found
No related merge requests found
......@@ -365,6 +365,7 @@ module Homebrew
relocatable = false if keg_contain_absolute_symlink_starting_with?(prefix, keg)
relocatable = false if keg_contain?("#{prefix}/etc", keg, ignores)
relocatable = false if keg_contain?("#{prefix}/var", keg, ignores)
relocatable = false if keg_contain?("#{prefix}/share/vim", keg, ignores)
end
skip_relocation = relocatable && !keg.require_relocation?
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment