From 319b07ef8135652ccd674bbae38462f666b7164b Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 22 Aug 2013 15:32:03 -0400 Subject: git: Set sysconfdir during the build Configuration files should be in /usr/local/etc (or equivalent), not in the cellar, where git put them before. Closes #22082. Signed-off-by: Jack Nagel --- Library/Formula/git.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') 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}", -- cgit v1.2.3