diff options
| author | Adam Vandenberg | 2010-05-30 17:23:33 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-06-01 18:09:44 -0700 |
| commit | 012dcfd13fa60ae11524adc55c5227f0b2779dc7 (patch) | |
| tree | 3548228d040afdc326ddf5f6a3e4fe00e631faf7 /Library | |
| parent | c318c598d2a86467dd5dc3c3e251731120649a21 (diff) | |
| download | homebrew-012dcfd13fa60ae11524adc55c5227f0b2779dc7.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 #1218.
Diffstat (limited to 'Library')
| -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 |
