From 4dbe98da890298b6a6d545ecf303e7f5ebda2e82 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 12 Jun 2014 12:38:39 -0500 Subject: speedtest-cli: add compatibility symlink --- Library/Formula/speedtest_cli.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Formula') 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 -- cgit v1.2.3