diff options
| author | Max Howell | 2009-08-23 19:05:42 +0100 |
|---|---|---|
| committer | Max Howell | 2009-08-24 01:04:54 +0100 |
| commit | 5b6deb884548269dab4cce2b3f0b9fcb8f560e73 (patch) | |
| tree | b742b82a51b2f4c665711abb9d51dd697d5958ff /Library/Homebrew | |
| parent | 2eec8180eb154c2d946479c21c03dd93abc9045d (diff) | |
| download | brew-5b6deb884548269dab4cce2b3f0b9fcb8f560e73.tar.bz2 | |
Don't symlink directories into bin
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/keg.rb | 2 |
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} |
