aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2009-08-23 19:05:42 +0100
committerMax Howell2009-08-24 01:04:54 +0100
commit5b6deb884548269dab4cce2b3f0b9fcb8f560e73 (patch)
treeb742b82a51b2f4c665711abb9d51dd697d5958ff /Library
parent2eec8180eb154c2d946479c21c03dd93abc9045d (diff)
downloadbrew-5b6deb884548269dab4cce2b3f0b9fcb8f560e73.tar.bz2
Don't symlink directories into bin
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 781062841..8ba55f5ee 100644
--- a/Library/Homebrew/keg.rb
+++ b/Library/Homebrew/keg.rb
@@ -37,7 +37,7 @@ class Keg <Pathname
# yeah indeed, you have to force anything you need in the main tree into
# these dirs REMEMBER that *NOT* everything needs to be in the main tree
link_dir('etc') {:mkpath}
- link_dir('bin') {:link}
+ link_dir('bin') {:skip}
link_dir('sbin') {:link}
link_dir('lib') {|path| :mkpath if %w[pkgconfig php perl5].include? path.to_s}
link_dir('include') {:link}