Warn that Ghostscript may break printing
For serious.
This commit is contained in:
parent
6d1c59c75c
commit
b60b604035
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue