git: install symbolic links rather than hard links

Closes #32615.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
rpaulucci3 2018-10-01 17:07:32 -04:00 committed by Chongyu Zhu
parent fdf8cbfdbf
commit 78c9079a36
No known key found for this signature in database
GPG key ID: 1A43E3C9100B38F5

View file

@ -3,7 +3,7 @@ class Git < Formula
homepage "https://git-scm.com"
url "https://www.kernel.org/pub/software/scm/git/git-2.19.0.tar.xz"
sha256 "180feff58fc0d965d23ea010aa2c69ead92ec318eb9b09cf737529aec62f3ef4"
revision 1
revision 2
head "https://github.com/git/git.git", :shallow => false
bottle do
@ -48,6 +48,7 @@ class Git < Formula
ENV["PYTHON_PATH"] = which("python")
ENV["PERL_PATH"] = which("perl")
ENV["USE_LIBPCRE2"] = "1"
ENV["INSTALL_SYMLINKS"] = "1"
ENV["LIBPCREDIR"] = Formula["pcre2"].opt_prefix
ENV["V"] = "1" # build verbosely