diff options
| author | Adam Vandenberg | 2013-06-29 08:53:35 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-06-29 08:53:35 -0700 | 
| commit | 6239b6bd6312c757133e6ec1320b07feb78b7266 (patch) | |
| tree | cd5ab9e5278c6ef929603dc0bf668b594659293c /Library/Formula/git-flow.rb | |
| parent | ce769d9d486fa0c7042b0db5ae4a3e2d2f67ff2f (diff) | |
| download | homebrew-6239b6bd6312c757133e6ec1320b07feb78b7266.tar.bz2 | |
git-flow: install to libexec
Closes #20894.
Diffstat (limited to 'Library/Formula/git-flow.rb')
| -rw-r--r-- | Library/Formula/git-flow.rb | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/Library/Formula/git-flow.rb b/Library/Formula/git-flow.rb index 51566caf2..992390ed1 100644 --- a/Library/Formula/git-flow.rb +++ b/Library/Formula/git-flow.rb @@ -19,7 +19,8 @@ class GitFlow < Formula    conflicts_with 'git-flow-avh'    def install -    system "make", "prefix=#{prefix}", "install" +    system "make", "prefix=#{libexec}", "install" +    bin.write_exec_script libexec/'bin/git-flow'      GitFlowCompletion.new('git-flow-completion').brew do        bash_completion.install "git-flow-completion.bash" | 
