aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-30 17:00:19 -0500
committerJack Nagel2014-03-30 17:00:19 -0500
commitca048e8001dab30263436670c630506f777a1fed (patch)
tree78d07640f6d7f081927acf6e56cd2c26663f90e0 /Library
parent9613af261eb96143967b9ab2ff87ef460a2474e2 (diff)
downloadhomebrew-ca048e8001dab30263436670c630506f777a1fed.tar.bz2
rtmpdump: use bin instead of sbin
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/rtmpdump.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/rtmpdump.rb b/Library/Formula/rtmpdump.rb
index 619a5f3f0..ee1919673 100644
--- a/Library/Formula/rtmpdump.rb
+++ b/Library/Formula/rtmpdump.rb
@@ -25,6 +25,7 @@ class Rtmpdump < Formula
"MANDIR=#{man}",
"SYS=darwin",
"prefix=#{prefix}",
+ "sbindir=#{bin}",
"install"
end
end