Don't symlink directories into bin
This commit is contained in:
parent
2eec8180eb
commit
5b6deb8845
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user