Warn that Ghostscript may break printing

For serious.
This commit is contained in:
Max Howell 2010-01-23 11:07:53 +00:00
parent 6d1c59c75c
commit b60b604035

View file

@ -14,6 +14,8 @@ class Ghostscript <Formula
depends_on 'jasper'
depends_on 'jpeg'
aka :gs
def move_included_source_copies
# If the install version of any of these doesn't match
# the version included in ghostscript, we get errors
@ -51,4 +53,12 @@ class Ghostscript <Formula
(man+'de').rmtree
end
def caveats; "\
There have been reports that installing Ghostscript can break printing on OS X
http://github.com/mxcl/homebrew/issues/issue/528
If your printing doesn't break, please comment on the issue! Thanks."
end
end