Make git formula work again

master
Max Howell 2009-07-10 00:36:59 +01:00
parent 91dc7e7e85
commit 8d275a2e6e
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ class Git <Formula
def install
# the manuals come separately, well sort of, it's easier this way though
man.mkpath
GitManuals.new.brew { FileUtils.mv Dir['*'], man }
system "./configure --prefix='#{prefix}' --disable-debug"