bottle: ensure to restore relocation on text files

This commit is contained in:
Xu Cheng 2016-01-26 15:50:17 +08:00
parent a59c1ae6cb
commit 1f2ca73ac1

View File

@ -248,6 +248,8 @@ module Homebrew
original_tab.write
keg.relocate_install_names Keg::PREFIX_PLACEHOLDER, prefix,
Keg::CELLAR_PLACEHOLDER, cellar
keg.relocate_text_files Keg::PREFIX_PLACEHOLDER, prefix,
Keg::CELLAR_PLACEHOLDER, cellar
end
end
end