Skip to content

Commit

Permalink
Fix broken rtmpdump.rb install step.
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
dnwe authored and adamv committed Sep 19, 2010
1 parent 4d9ec25 commit 7e45e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/rtmpdump.rb
Expand Up @@ -13,7 +13,7 @@ def patches

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__
Expand Down

0 comments on commit 7e45e88

Please sign in to comment.