From 7eeb81da8ee0cfa75ff0aad9c2941537fded3c5f Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Wed, 28 Dec 2011 12:18:06 -0600 Subject: gpac: fix compilation on case-sensitive systems Fixes: #9311. --- Library/Formula/gpac.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/gpac.rb b/Library/Formula/gpac.rb index abe757f33..99bf7ab35 100644 --- a/Library/Formula/gpac.rb +++ b/Library/Formula/gpac.rb @@ -47,7 +47,7 @@ class Gpac < Formula system "chmod", "+rw", "Makefile" ["MP4Box","MP4Client"].each do |name| - filename = "applications/#{name}/Makefile" + filename = "applications/#{name.downcase}/Makefile" system "chmod", "+rw", filename if ARGV.include? '--with-lowercase' -- cgit v1.2.3