aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ttfautohint.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/ttfautohint.rb')
-rw-r--r--Library/Formula/ttfautohint.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/Library/Formula/ttfautohint.rb b/Library/Formula/ttfautohint.rb
index 29257fd97..796c2ab88 100644
--- a/Library/Formula/ttfautohint.rb
+++ b/Library/Formula/ttfautohint.rb
@@ -25,11 +25,7 @@ class Ttfautohint < Formula
depends_on "harfbuzz"
def install
- if build.head?
- ln_s cached_download/".git", ".git"
- system "./bootstrap"
- end
-
+ system "./bootstrap" if build.head?
system "./configure", "--disable-dependency-tracking",
"--disable-silent-rules",
"--prefix=#{prefix}",