aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-10-01 22:29:39 -0700
committerAdam Vandenberg2010-10-01 22:29:39 -0700
commit4a6da2ade89394147107650f5d4c45b956e0981f (patch)
tree17d2c7caca6b0ace96727229a5ef40c8d1e32977 /Library
parent9ee63107ac0aba3b0a79a2f12201f70545f45047 (diff)
downloadhomebrew-4a6da2ade89394147107650f5d4c45b956e0981f.tar.bz2
mkvtoolnix - patch for non-bash installs
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mkvtoolnix.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/mkvtoolnix.rb b/Library/Formula/mkvtoolnix.rb
index 8fa4a581a..8c769d127 100644
--- a/Library/Formula/mkvtoolnix.rb
+++ b/Library/Formula/mkvtoolnix.rb
@@ -11,6 +11,12 @@ class Mkvtoolnix <Formula
depends_on 'flac' => :optional
depends_on 'lzo' => :optional
+ # Fix installs for non-bash shells.
+ # Can be removed in the next post-4.3.0 version.
+ def patches
+ "http://www.bunkus.org/cgi-bin/gitweb.cgi?p=mkvtoolnix.git;a=blobdiff_plain;f=build-config.in;h=e109f8007887b29049d6c42a7efd148ec06933b6;hp=ef8fe4c4b0df6a8d628d75b4fa872d563f86e3c9;hb=8682a0316ace57c74333c35a27d5183015b57c9f;hpb=82e37f12f4e51bdb1b9f10b7832d0d33527740f9"
+ end
+
def install
system "./configure", "--disable-debug",
"--prefix=#{prefix}",