aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/x264.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/x264.rb')
-rw-r--r--Library/Formula/x264.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/x264.rb b/Library/Formula/x264.rb
index 29e5a2579..fbb4bc3e7 100644
--- a/Library/Formula/x264.rb
+++ b/Library/Formula/x264.rb
@@ -43,9 +43,6 @@ class X264 < Formula
end
args << "--bit-depth=10" if build.include? "10-bit"
- # For running version.sh correctly
- buildpath.install_symlink cached_download/".git"
-
system "./configure", *args
system "make", "install"
end