aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/fontforge.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/fontforge.rb b/Library/Formula/fontforge.rb
index d7518f4a4..ad60c2d0d 100644
--- a/Library/Formula/fontforge.rb
+++ b/Library/Formula/fontforge.rb
@@ -91,7 +91,8 @@ class Fontforge < Formula
system "make", "install"
# Link this to enable symlinking into /Applications with brew linkapps.
- ln_s "#{share}/fontforge/osx/Fontforge.app", "#{prefix}"
+ # The name is case-sensitive. It breaks without both F's capitalised.
+ ln_s "#{share}/fontforge/osx/FontForge.app", prefix
end
test do