cmd/--prefix: ignore shared-mime-info and mactex
The shared-mime-info formula and the mactex cask currently install into locations that are picked up by `brew --prefix --unbrewed`. This leads to a very large number of files being found. Before: ``` ❯ brew --prefix --unbrewed | wc -l 206735 ``` After ``` ❯ brew --prefix --unbrewed | wc -l 3 ```
This commit is contained in:
parent
55f1bb7008
commit
7dd69d2c94
@ -88,6 +88,8 @@ module Homebrew
|
|||||||
share/pypy3/*
|
share/pypy3/*
|
||||||
share/info/dir
|
share/info/dir
|
||||||
share/man/whatis
|
share/man/whatis
|
||||||
|
share/mime/*
|
||||||
|
texlive/*
|
||||||
].freeze
|
].freeze
|
||||||
|
|
||||||
def list_unbrewed
|
def list_unbrewed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user