From 2b5e57a4bdcad38d1c93e2cf04d34c782bf6fc5d Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 4 Dec 2013 22:37:57 -0600 Subject: [PATCH] Remove special handling for relocatable pkgconfig files --- Library/Homebrew/keg_fix_install_names.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/Library/Homebrew/keg_fix_install_names.rb b/Library/Homebrew/keg_fix_install_names.rb index 80fdd8dde1..9271cc26bd 100644 --- a/Library/Homebrew/keg_fix_install_names.rb +++ b/Library/Homebrew/keg_fix_install_names.rb @@ -43,9 +43,6 @@ class Keg end end - # Search for pkgconfig .pc files and relocate references to the cellar - old_cellar = "#{old_prefix}/Cellar" if old_cellar == :any - pkgconfig_files.each do |pcfile| pcfile.ensure_writable do pcfile.open('rb') do |f|