diff options
| author | Adam Vandenberg | 2010-05-30 17:23:33 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-06-01 18:09:44 -0700 |
| commit | 48c7e2fb0bcbed0becd223cbee3bd4f32ddd022f (patch) | |
| tree | 2fef4bc07ae69eb069c084bd337ac8269effe48a | |
| parent | 4777d6b4cf137ac1f23e469ffb08bd332d2bc090 (diff) | |
| download | brew-48c7e2fb0bcbed0becd223cbee3bd4f32ddd022f.tar.bz2 | |
Don't symlink lib/python2.6
Like pkgconfig, perl5 & php, we don't want any one formula to "own" the
lib/python2.6 path.
Fixes Homebrew/homebrew#1218.
| -rw-r--r-- | Library/Homebrew/keg.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/keg.rb b/Library/Homebrew/keg.rb index 3413775a9..777b90cc1 100644 --- a/Library/Homebrew/keg.rb +++ b/Library/Homebrew/keg.rb @@ -55,6 +55,7 @@ class Keg <Pathname when /^pkgconfig/ then :mkpath when /^php/ then :mkpath when /^perl5/ then :mkpath + when /^python2\.6/ then :mkpath end end |
