Prune LinkedKegs too
This commit is contained in:
parent
6d6da0c0ef
commit
de56768c6e
@ -7,7 +7,7 @@ module Homebrew extend self
|
||||
$d = 0
|
||||
dirs = []
|
||||
|
||||
%w[bin sbin etc lib include share].map{ |d| HOMEBREW_PREFIX+d }.each do |path|
|
||||
%w[bin sbin etc lib include share Library/LinkedKegs].map{ |d| HOMEBREW_PREFIX+d }.each do |path|
|
||||
path.find do |path|
|
||||
path.extend ObserverPathnameExtension
|
||||
if path.symlink?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user