diff options
| author | Misty De Meo | 2013-01-29 22:20:53 -0600 |
|---|---|---|
| committer | Misty De Meo | 2013-01-29 23:05:37 -0600 |
| commit | 9ebfcd8187b7405cc3aeebec6091470348bc8c93 (patch) | |
| tree | bc2ef148d89a4d287dbb6d70e6d514cc67f26b4a /Library | |
| parent | 7581bd843a291dd3d4e5e4dfa4321bb845dc4f0e (diff) | |
| download | homebrew-9ebfcd8187b7405cc3aeebec6091470348bc8c93.tar.bz2 | |
git-tf: fix exec script
Fixes #17411.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/git-tf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/git-tf.rb b/Library/Formula/git-tf.rb index 7e4aaa465..fd6d51376 100644 --- a/Library/Formula/git-tf.rb +++ b/Library/Formula/git-tf.rb @@ -24,7 +24,7 @@ class GitTf < Formula libexec.install install_prefix + 'lib' libexec.install install_prefix + 'native/macosx' - bin.write_exec_script 'git-tf' + bin.write_exec_script libexec/'git-tf' (share/'doc/git-tf').install Dir['Git-TF_*'] + Dir['ThirdPartyNotices*'] end |
