Fixes Homebrew/homebrew#32 -- Create directory, don't symlink perl5/site_perl

This commit is contained in:
Max Howell 2009-09-03 23:17:02 +01:00
parent a12569699e
commit 0543bbcccc

View File

@ -58,7 +58,7 @@ class Keg <Pathname
link_dir('etc') {:mkpath}
link_dir('bin') {:skip}
link_dir('sbin') {:link}
link_dir('lib') {|path| :mkpath if %w[pkgconfig php perl5].include? path.to_s}
link_dir('lib') {|path| :mkpath if %w[pkgconfig php perl5 perl5/site_perl].include? path.to_s}
link_dir('include') {:link}
link_dir('share') {|path| :mkpath if mkpaths.include? path.to_s}