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.
This commit is contained in:
Adam Vandenberg 2010-05-30 17:23:33 -07:00
parent 4777d6b4cf
commit 48c7e2fb0b

View File

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