irssi: split up 'make' and 'make install'

Fixes Homebrew/homebrew#8681.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2011-11-26 22:57:17 -06:00
parent e0155361f4
commit fcd68580e2

View file

@ -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