diff options
| author | Mike McQuaid | 2016-09-09 07:47:05 +0100 |
|---|---|---|
| committer | GitHub | 2016-09-09 07:47:05 +0100 |
| commit | 1d66cdd3ade841c6b7cd8a71d4b71d5426d00a58 (patch) | |
| tree | a3b70c2abb1db95210e65bab5569f1718b8bcc7f /Library/Homebrew/test/testball_bottle.rb | |
| parent | f37d004ab5588d7b24a593ad8619f024b8c91a6b (diff) | |
| parent | 4f1d47bc156253ab0eabf6b7aba1fcfa46d80633 (diff) | |
| download | brew-1d66cdd3ade841c6b7cd8a71d4b71d5426d00a58.tar.bz2 | |
Merge pull request #863 from penman/preserve_alias
Save aliases in INSTALL_RECEIPT
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..769f615aa 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, alias_path: nil) self.class.instance_eval do stable.url "file://#{File.expand_path("..", __FILE__)}/tarballs/testball-0.1.tbz" stable.sha256 TESTBALL_SHA256 |
