comment link step

This commit is contained in:
Adam Vandenberg 2010-08-21 10:51:43 -07:00
parent eecddb356d
commit 04c0342d96

View File

@ -62,6 +62,7 @@ class Keg <Pathname
when /^perl5/ then :mkpath
when 'php' then :mkpath
when /^python[23]\.\d$/ then :mkpath
# Everything else is symlinked to the cellar
else :link
end
end