Don't symlink directories into bin

This commit is contained in:
Max Howell 2009-08-23 19:05:42 +01:00
parent 2eec8180eb
commit 5b6deb8845

View File

@ -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}