Remove special handling for relocatable pkgconfig files
This commit is contained in:
parent
36701a89ba
commit
2b5e57a4bd
@ -43,9 +43,6 @@ class Keg
|
|||||||
end
|
end
|
||||||
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|
|
pkgconfig_files.each do |pcfile|
|
||||||
pcfile.ensure_writable do
|
pcfile.ensure_writable do
|
||||||
pcfile.open('rb') do |f|
|
pcfile.open('rb') do |f|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user