Skip to content

Commit

Permalink
rtmpdump-yle: use Homebrew prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Mar 23, 2011
1 parent a151953 commit 5432ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions other/rtmpdump-yle.rb
Expand Up @@ -7,7 +7,7 @@ class RtmpdumpYle <Formula
md5 '847b33a19161390d2dc568255af244d1'

def install
system "make SYS=darwin"
system "make install SYS=darwin"
system "make", "SYS=darwin"
system "make", "install", "SYS=darwin", "prefix=#{prefix}", "mandir=#{man}"
end
end

0 comments on commit 5432ed0

Please sign in to comment.