diff options
Diffstat (limited to 'Library/Formula/rtmpdump.rb')
| -rw-r--r-- | Library/Formula/rtmpdump.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/rtmpdump.rb b/Library/Formula/rtmpdump.rb index ce6685abf..e99a66349 100644 --- a/Library/Formula/rtmpdump.rb +++ b/Library/Formula/rtmpdump.rb @@ -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__ |
