Skip to content
Snippets Groups Projects
Commit b02d25bc authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

Add ruby lib to folders handled specially by keg.link

parent 4abf4936
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,7 @@ class Keg <Pathname
when /^perl5/ then :mkpath
when 'php' then :mkpath
when /^python[23]\.\d$/ then :mkpath
when 'ruby' then :mkpath
# Everything else is symlinked to the cellar
else :link
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment