diff options
| -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 fb7db014f..9bc946a22 100644 --- a/Library/Formula/rtmpdump.rb +++ b/Library/Formula/rtmpdump.rb @@ -12,7 +12,7 @@ class Rtmpdump <Formula def install ENV.j1 - system "make DESTDIR=#{prefix} MANDIR=#{man} SYS=posix install" + system "make prefix=#{prefix} MANDIR=#{man} SYS=posix install" end end __END__ |
