Skip to content

Commit

Permalink
ircd-hybrid: use "make", "install".
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Aug 24, 2014
1 parent fc2f3dc commit 1c30cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/ircd-hybrid.rb
Expand Up @@ -25,7 +25,7 @@ def install
"--localstatedir=#{var}",
"--sysconfdir=#{etc}",
"--enable-openssl=#{Formula["openssl"].opt_prefix}"
system "make install"
system "make", "install"
etc.install "doc/reference.conf" => "ircd.conf"
end

Expand Down

0 comments on commit 1c30cee

Please sign in to comment.