diff options
Diffstat (limited to 'Library/Homebrew/software_spec.rb')
| -rw-r--r-- | Library/Homebrew/software_spec.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Homebrew/software_spec.rb b/Library/Homebrew/software_spec.rb index 7b8a09e46..6a5efe3ee 100644 --- a/Library/Homebrew/software_spec.rb +++ b/Library/Homebrew/software_spec.rb @@ -170,6 +170,10 @@ class Bottle cellar == :any || cellar == HOMEBREW_CELLAR.to_s end + def stage + resource.downloader.stage + end + private def build_url(root_url, filename) |
