aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-11-11 16:24:24 -0600
committerJack Nagel2012-11-11 16:24:24 -0600
commita33256dee14b5b88e0d5b53e955906567fa67bec (patch)
tree26552af016e626070e40c6115321f82b1aab49e6 /Library
parente37c64cd456463049296ba2a04821c2f65601c4c (diff)
downloadhomebrew-a33256dee14b5b88e0d5b53e955906567fa67bec.tar.bz2
Update vendered pc file path in superenv
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/superenv.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/superenv.rb b/Library/Homebrew/superenv.rb
index 81d5b3c31..127b84704 100644
--- a/Library/Homebrew/superenv.rb
+++ b/Library/Homebrew/superenv.rb
@@ -120,7 +120,7 @@ class << ENV
# we put our paths before X because we dupe some of the X libraries
paths << "#{MacSystem.x11_prefix}/lib/pkgconfig" << "#{MacSystem.x11_prefix}/share/pkgconfig" if x11?
# Mountain Lion no longer ships some .pcs; ensure we pick up our versions
- paths << "#{HOMEBREW_REPOSITORY}/Library/Homebrew/pkgconfig" if MacOS.version >= :mountain_lion
+ paths << "#{HOMEBREW_REPOSITORY}/Library/ENV/pkgconfig" if MacOS.version >= :mountain_lion
paths.to_path_s
end