diff options
| author | Alyssa Ross | 2016-09-03 21:10:44 +0100 |
|---|---|---|
| committer | Alyssa Ross | 2016-09-03 21:16:43 +0100 |
| commit | 0ef3e1e0dcbcd5aa55408fe81d23613e1c2c5e79 (patch) | |
| tree | 15c68c1d02e144cb86c32bc870cf75cc6547d8e0 /Library/Homebrew/test/testball_bottle.rb | |
| parent | 9fd97dd3cf26b6644a9f808945869b2af44db26e (diff) | |
| download | brew-0ef3e1e0dcbcd5aa55408fe81d23613e1c2c5e79.tar.bz2 | |
Preserve alias when installing formulae
Part of #567
Diffstat (limited to 'Library/Homebrew/test/testball_bottle.rb')
| -rw-r--r-- | Library/Homebrew/test/testball_bottle.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/testball_bottle.rb b/Library/Homebrew/test/testball_bottle.rb index 5aa582fa8..584478afd 100644 --- a/Library/Homebrew/test/testball_bottle.rb +++ b/Library/Homebrew/test/testball_bottle.rb @@ -1,5 +1,5 @@ class TestballBottle < Formula - def initialize(name = "testball_bottle", path = Pathname.new(__FILE__).expand_path, spec = :stable) + def initialize(name = "testball_bottle", path = Pathname.new(__FILE__).expand_path, spec = :stable, install_name: name) self.class.instance_eval do stable.url "file://#{File.expand_path("..", __FILE__)}/tarballs/testball-0.1.tbz" stable.sha256 TESTBALL_SHA256 |
