diff options
| author | Adam Vandenberg | 2013-06-29 08:55:27 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-29 08:55:27 -0700 |
| commit | 3b9f8b71fe6d3538f3c835cf6f465a90f9c11f80 (patch) | |
| tree | b6691d7ede67d61915c9d8e9b80daa0b3d257808 /Library | |
| parent | 6239b6bd6312c757133e6ec1320b07feb78b7266 (diff) | |
| download | homebrew-3b9f8b71fe6d3538f3c835cf6f465a90f9c11f80.tar.bz2 | |
git-now: install to libexec
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/git-now.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/git-now.rb b/Library/Formula/git-now.rb index 267ba40b7..444e88725 100644 --- a/Library/Formula/git-now.rb +++ b/Library/Formula/git-now.rb @@ -13,7 +13,8 @@ class GitNow < Formula end def install - system "make", "prefix=#{prefix}", "install" + system "make", "prefix=#{libexec}", "install" + bin.write_exec_script libexec/'bin/git-now' zsh_completion.install 'etc/_git-now' end end |
