sslscan: add note about removing workarounds on next release
This commit is contained in:
parent
fa7cd7b7c8
commit
8e6736edf2
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ class Sslscan < Formula
|
|||
depends_on "openssl"
|
||||
|
||||
def install
|
||||
# Note: when next version (>1.11.1) comes out, revise this per https://github.com/Homebrew/homebrew/pull/47229
|
||||
rm "INSTALL"
|
||||
system "make"
|
||||
system "make", "install", "BINPATH=#{bin}", "MANPATH=#{man}/"
|
||||
|
|
Loading…
Reference in a new issue