diff options
Diffstat (limited to 'Library/Formula/git.rb')
| -rw-r--r-- | Library/Formula/git.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index 8fed7ef49..47b128655 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -51,6 +51,8 @@ class Git < Formula "CFLAGS=#{ENV.cflags}", "LDFLAGS=#{ENV.ldflags}", "install" + (share+'perl5').mkdir + mv lib+'Git.pm', share+'perl5' # install the completion script first because it is inside 'contrib' (prefix+'etc/bash_completion.d').install 'contrib/completion/git-completion.bash' |
