aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/git.rb')
-rw-r--r--Library/Formula/git.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb
index be41f80c4..556b7db43 100644
--- a/Library/Formula/git.rb
+++ b/Library/Formula/git.rb
@@ -47,6 +47,7 @@ class Git < Formula
ENV['NO_GETTEXT'] = '1' unless build.with? 'gettext'
system "make", "prefix=#{prefix}",
+ "sysconfdir=#{etc}",
"CC=#{ENV.cc}",
"CFLAGS=#{ENV.cflags}",
"LDFLAGS=#{ENV.ldflags}",