aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-06-29 08:55:27 -0700
committerAdam Vandenberg2013-06-29 08:55:27 -0700
commit3b9f8b71fe6d3538f3c835cf6f465a90f9c11f80 (patch)
treeb6691d7ede67d61915c9d8e9b80daa0b3d257808 /Library
parent6239b6bd6312c757133e6ec1320b07feb78b7266 (diff)
downloadhomebrew-3b9f8b71fe6d3538f3c835cf6f465a90f9c11f80.tar.bz2
git-now: install to libexec
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/git-now.rb3
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