aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2009-09-03 23:17:02 +0100
committerMax Howell2009-09-03 23:17:02 +0100
commitd3912b196ccdfe36dd075ccebb80487120bf31d5 (patch)
tree3333fc8d7f1ea567c0944e122c6f2fa0b77e03b3 /Library
parent5c8c18870c9f4255e428e774c88f65d90819ca3b (diff)
downloadhomebrew-d3912b196ccdfe36dd075ccebb80487120bf31d5.tar.bz2
Fixes #32 -- Create directory, don't symlink perl5/site_perl
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/keg.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/keg.rb b/Library/Homebrew/keg.rb
index 67630a1d3..1ccbacb4a 100644
--- a/Library/Homebrew/keg.rb
+++ b/Library/Homebrew/keg.rb
@@ -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}