fontconfig is not cellar :any
From the bottle we see /usr/local $ strings -a libfontconfig.1.dylib | grep /usr/local /usr/local/etc/fonts /usr/local/var/cache/fontconfig and in fact it can't find its config file with a non-/usr/local prefix. Closes Homebrew/homebrew#25171. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
970269df21
commit
7e1fb98f99
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ class Fontconfig < Formula
|
|||
sha1 '969818b0326ac08241b11cbeaa4f203699f9b550'
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
revision 1
|
||||
sha1 '75aac7c039827ca3581116466cc7328c44eab4d6' => :mavericks
|
||||
sha1 'ee6d064b5381c7d1884695bce1a0e39f2dfc15a5' => :mountain_lion
|
||||
|
|
Loading…
Reference in a new issue