aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ghostscript.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/ghostscript.rb')
-rw-r--r--Library/Formula/ghostscript.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/Library/Formula/ghostscript.rb b/Library/Formula/ghostscript.rb
index e68527831..245b1275e 100644
--- a/Library/Formula/ghostscript.rb
+++ b/Library/Formula/ghostscript.rb
@@ -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