Skip to content

Commit

Permalink
tee-clc/tiny-fugue conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Nov 7, 2013
1 parent d5de3ee commit 9dc2f09
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Formula/tee-clc.rb
Expand Up @@ -5,6 +5,8 @@ class TeeClc < Formula
url 'http://download.microsoft.com/download/4/2/7/427AC2CF-8A5B-4DE9-8221-22F54B1903E2/TEE-CLC-11.0.0.1212.zip'
sha1 '1f16ac62ab64cfbd88ad471ea3d21a62d5eb78e6'

conflicts_with 'tiny-fugue', :because => 'both install a `tf` binary'

def install
if build.stable?
install_prefix = ''
Expand All @@ -14,9 +16,9 @@ def install
install_prefix = Dir['target/tf-*/'].to_s
end

libexec.install install_prefix + 'tf'
libexec.install install_prefix + 'lib'
(libexec + "native").install install_prefix + 'native/macosx'
libexec.install install_prefix/'tf'
libexec.install install_prefix/'lib'
(libexec/"native").install install_prefix/'native/macosx'

bin.write_exec_script libexec/'tf'
share.install 'help'
Expand Down
2 changes: 2 additions & 0 deletions Formula/tiny-fugue.rb
Expand Up @@ -6,6 +6,8 @@ class TinyFugue < Formula
sha1 '37bb70bfb7b44d36c28606c6bd45e435502fb4b4'
version '5.0b8'

conflicts_with 'tee-clc', :because => 'both install a `tf` binary'

depends_on 'libnet'
depends_on 'pcre'

Expand Down

0 comments on commit 9dc2f09

Please sign in to comment.