aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gnutls.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/gnutls.rb b/Library/Formula/gnutls.rb
index d5898ab8f..e5c67a7c4 100644
--- a/Library/Formula/gnutls.rb
+++ b/Library/Formula/gnutls.rb
@@ -22,6 +22,8 @@ class Gnutls < Formula
"--without-p11-kit"
system "make install"
+ # certtool shadows the OS X certtool utility
mv bin+'certtool', bin+'gnutls-certtool'
+ mv man1+'certtool.1', man1+'gnutls-certtool.1'
end
end