Fix broken rtmpdump.rb install step.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Dominic Evans 2010-09-19 16:14:14 +01:00 committed by Adam Vandenberg
parent 481a55d819
commit d6da1eb9ce
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class Rtmpdump <Formula
def install
ENV.j1
system "make", "prefix=#{prefix}", "MANDIR=#{man}", "SYS=posix install"
system "make", "prefix=#{prefix}", "MANDIR=#{man}", "SYS=posix", "install"
end
end
__END__