From 1f2ca73ac1429a1a6d937384d0259a65dbc3d97c Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Tue, 26 Jan 2016 15:50:17 +0800 Subject: [PATCH] bottle: ensure to restore relocation on text files --- Library/Homebrew/cmd/bottle.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Homebrew/cmd/bottle.rb b/Library/Homebrew/cmd/bottle.rb index b6c10b35b7..62fabf416a 100644 --- a/Library/Homebrew/cmd/bottle.rb +++ b/Library/Homebrew/cmd/bottle.rb @@ -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