irssi: split up 'make' and 'make install'
Fixes Homebrew/homebrew#8681. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
e0155361f4
commit
fcd68580e2
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ class Irssi < Formula
|
|||
"--enable-ssl",
|
||||
"--enable-ipv6",
|
||||
"--with-socks"
|
||||
# 'make' and 'make install' must be done separately on some systems
|
||||
system "make"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue