diff options
| author | Ryan Wang | 2013-01-31 14:01:58 +0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-31 10:23:17 -0800 |
| commit | 12547b4c5ccacf262a51cc4a69ad2f78b8ff3aa8 (patch) | |
| tree | 2484583a4e019e2f979daef8c61623c550fba590 /Library | |
| parent | b99a91d184f464507bcece2ebd3a724c7aac62c2 (diff) | |
| download | homebrew-12547b4c5ccacf262a51cc4a69ad2f78b8ff3aa8.tar.bz2 | |
git-tf: fix the native/macosx folder position
Closes #17454.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 fd6d51376..c0214ca43 100644 --- a/Library/Formula/git-tf.rb +++ b/Library/Formula/git-tf.rb @@ -22,7 +22,7 @@ class GitTf < Formula libexec.install install_prefix + 'git-tf' libexec.install install_prefix + 'lib' - libexec.install install_prefix + 'native/macosx' + (libexec + "native").install install_prefix + 'native/macosx' bin.write_exec_script libexec/'git-tf' (share/'doc/git-tf').install Dir['Git-TF_*'] + Dir['ThirdPartyNotices*'] |
