Skip to content
Snippets Groups Projects
Unverified Commit 88b98969 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

bottle: detect vim's lack of relocatableness.

parent b93dc7e8
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