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:
parent
4777d6b4cf
commit
48c7e2fb0b
@ -55,6 +55,7 @@ class Keg <Pathname
|
|||||||
when /^pkgconfig/ then :mkpath
|
when /^pkgconfig/ then :mkpath
|
||||||
when /^php/ then :mkpath
|
when /^php/ then :mkpath
|
||||||
when /^perl5/ then :mkpath
|
when /^perl5/ then :mkpath
|
||||||
|
when /^python2\.6/ then :mkpath
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user