Remove special handling for relocatable pkgconfig files

This commit is contained in:
Jack Nagel 2013-12-04 22:37:57 -06:00
parent 36701a89ba
commit 2b5e57a4bd

View File

@ -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|