diff options
| author | Misty De Meo | 2013-07-09 19:30:15 -0700 |
|---|---|---|
| committer | Misty De Meo | 2013-07-10 01:51:09 -0700 |
| commit | 7fc8cc09a3a3c633eb20f4419eb373c035bf1aff (patch) | |
| tree | 317c61940397562a5a36f0c1e5e37c23f27dfe31 /Library/Formula/tcpflow.rb | |
| parent | 4716464b2704fcebc3677566b0af3174191b28e1 (diff) | |
| download | homebrew-7fc8cc09a3a3c633eb20f4419eb373c035bf1aff.tar.bz2 | |
Replace == :leopard with <= :leopard
Diffstat (limited to 'Library/Formula/tcpflow.rb')
| -rw-r--r-- | Library/Formula/tcpflow.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/tcpflow.rb b/Library/Formula/tcpflow.rb index 71b53ee4b..7a8f4239e 100644 --- a/Library/Formula/tcpflow.rb +++ b/Library/Formula/tcpflow.rb @@ -14,7 +14,7 @@ class Tcpflow < Formula s = Formula.factory('libtool').share d = "#{s}/libtool/config" cp ["#{d}/config.guess", "#{d}/config.sub"], "." - elsif MacOS.version == :leopard + elsif MacOS.version <= :leopard cp Dir["#{MacOS::Xcode.prefix}/usr/share/libtool/config.*"], "." else cp Dir["#{MacOS::Xcode.prefix}/usr/share/libtool/config/config.*"], "." |
