diff --git a/Formula/zeal.rb b/Formula/zeal.rb index c7f3e03..c34e22b 100644 --- a/Formula/zeal.rb +++ b/Formula/zeal.rb @@ -10,8 +10,8 @@ class Zeal < Formula depends_on "libarchive" def install - system "git fetch --tags" - system "git fetch --prune --unshallow" + # system "git fetch --tags" + # system "git fetch --prune --unshallow" mkdir "build" do system "cmake", "..", *std_cmake_args system "make"