From 4a6da2ade89394147107650f5d4c45b956e0981f Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 1 Oct 2010 22:29:39 -0700 Subject: mkvtoolnix - patch for non-bash installs --- Library/Formula/mkvtoolnix.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Library') 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 :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}", -- cgit v1.2.3