aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorRoman Osipenko2014-10-31 17:26:29 +0200
committerMike McQuaid2014-10-31 15:46:29 +0000
commit61d9916a9337a6f8de168417b34749773ddca62c (patch)
tree575b6cbe35345eb1de6155fe3f53b012763d63fb /Library
parent397624fe3d42e43411a95d8c3b81380aaf31bd03 (diff)
downloadhomebrew-61d9916a9337a6f8de168417b34749773ddca62c.tar.bz2
stunnel: install fake cert mentioned in caveats.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/stunnel.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/stunnel.rb b/Library/Formula/stunnel.rb
index 544a90158..fa6282444 100644
--- a/Library/Formula/stunnel.rb
+++ b/Library/Formula/stunnel.rb
@@ -60,7 +60,7 @@ class Stunnel < Formula
"--mandir=#{man}",
"--disable-libwrap",
"--with-ssl=#{Formula["openssl"].opt_prefix}"
- system "make", "install"
+ system "make", "install", "cert"
end
def caveats