Make git formula work again
This commit is contained in:
parent
91dc7e7e85
commit
8d275a2e6e
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue