diff options
| author | Mike McQuaid | 2015-03-17 09:56:41 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-17 09:56:41 +0000 |
| commit | 323fcf092df0d372f43db2978291e768bfef1238 (patch) | |
| tree | 88dfa3a30b2c26dd0472a7c090467d17b985c9c8 /Library/Formula | |
| parent | 1db28a1f51ec4d0abbcbce9b051277a32bf738fd (diff) | |
| download | homebrew-323fcf092df0d372f43db2978291e768bfef1238.tar.bz2 | |
ucspi-tcp: fix make setup check.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ucspi-tcp.rb | 1 |
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 |
