aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gpac.rb2
1 files changed, 1 insertions, 1 deletions
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'