aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2015-03-17 09:56:41 +0000
committerMike McQuaid2015-03-17 09:56:41 +0000
commit323fcf092df0d372f43db2978291e768bfef1238 (patch)
tree88dfa3a30b2c26dd0472a7c090467d17b985c9c8 /Library/Formula
parent1db28a1f51ec4d0abbcbce9b051277a32bf738fd (diff)
downloadhomebrew-323fcf092df0d372f43db2978291e768bfef1238.tar.bz2
ucspi-tcp: fix make setup check.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ucspi-tcp.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/ucspi-tcp.rb b/Library/Formula/ucspi-tcp.rb
index 14eb1ae15..30f845c28 100644
--- a/Library/Formula/ucspi-tcp.rb
+++ b/Library/Formula/ucspi-tcp.rb
@@ -15,6 +15,7 @@ class UcspiTcp < Formula
(buildpath/"conf-home").write prefix
system "make"
+ bin.mkpath
system "make setup check"
share.install prefix/'man'
end