diff options
| author | Jack Nagel | 2013-09-25 18:51:30 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2013-09-26 10:04:45 -0500 | 
| commit | d16abcddd55290a380a8db976c5918cac0ac45e8 (patch) | |
| tree | de2d59540409754ae18dbc2bbbefc02698225c49 /Library/Homebrew/formula.rb | |
| parent | 6444b8bbf0e2eaeecea26fdd1376a811f0304bd2 (diff) | |
| download | homebrew-d16abcddd55290a380a8db976c5918cac0ac45e8.tar.bz2 | |
Simplify setup for local bottle installation
Closes #22833.
Diffstat (limited to 'Library/Homebrew/formula.rb')
| -rw-r--r-- | Library/Homebrew/formula.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index f45725822..44e1c315b 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -23,6 +23,8 @@ class Formula    # Will only be non-nil inside #stage and #test.    attr_reader :buildpath, :testpath +  attr_accessor :local_bottle_path +    # Homebrew determines the name    def initialize name='__UNKNOWN__', path=nil      @name = name  | 
