diff options
| author | Jack Nagel | 2014-06-12 12:38:39 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-06-12 12:39:07 -0500 | 
| commit | 4dbe98da890298b6a6d545ecf303e7f5ebda2e82 (patch) | |
| tree | dac23982218873b60c0b692c5382761e60c9c622 | |
| parent | 181e8bdfd539ba430404e2d3f458899d03568981 (diff) | |
| download | homebrew-4dbe98da890298b6a6d545ecf303e7f5ebda2e82.tar.bz2 | |
speedtest-cli: add compatibility symlink
| -rw-r--r-- | Library/Formula/speedtest_cli.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/Library/Formula/speedtest_cli.rb b/Library/Formula/speedtest_cli.rb index 3d8587e37..b77057dc5 100644 --- a/Library/Formula/speedtest_cli.rb +++ b/Library/Formula/speedtest_cli.rb @@ -7,6 +7,8 @@ class SpeedtestCli < Formula    def install      bin.install "speedtest_cli.py" => "speedtest-cli" +    # Previous versions of the formula used "speedtest_cli" +    bin.install_symlink "speedtest-cli" => "speedtest_cli"      man1.install "speedtest-cli.1"    end  end | 
