aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/git-multipush.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/git-multipush.rb b/Library/Formula/git-multipush.rb
index 8ee3aa1c0..7ab88fd74 100644
--- a/Library/Formula/git-multipush.rb
+++ b/Library/Formula/git-multipush.rb
@@ -11,6 +11,7 @@ class GitMultipush < Formula
def install
if ARGV.build_head?
+ ENV['GIT_DIR'] = cached_location/'.git'
inreplace 'make/gen-version.mk', '.git', '$(GIT_DIR)'
system "make"
end