Fixes Homebrew/homebrew#32 -- Create directory, don't symlink perl5/site_perl
This commit is contained in:
parent
a12569699e
commit
0543bbcccc
@ -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}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user